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
flickr api
facebook 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
Post a Comment