ios - Cannot debug Vine and Twitter api via charles debug proxy while facebook, flickr and any other API can be -


i trying debug vine api using charles debug proxy. have ios version of vine app running in device , have set wifi proxy.

i debug api calls other applications enabling ssl proxying. ssl proxying not working vine(api.vine.com) . tried twitter facebook , flickr apps. debug facebook , flickr apis , see json response twitter fails.

as vine owned twitter, doubt if twitter has implemented security in apis or changed protocols ensure apis cannot debugged. if case why facebook has not implemented same ? apis can debugged.

please find screenshots attached.

vine api vine api cannot read proxy. api succeeds , data shown in app

flickr api flickr api

facebook api facebook api

twitter api twitter api

update:jul 22, 2015

it seems twitter using ssl pinning.

at last found reason. twitter using ssl pinning in app secure apis man in middle attack. there hint in api documentation

more information pinning can found here.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -