android - unable to get auth token in flickr -
i trying access flickr services android ,
to full permissions ,
first of fetched forbs using flickr.auth.getfrob method integrating & converting in md5
secret + 'api_key' + [api_key] + 'method' + 'flickr.auth.getfrob'
i got frob , problem came when request authorized token integrating & converting in md5
secret + 'api_key' + [api_key] + 'frob' + [frob] + 'method' + 'flickr.auth.gettoken'
but unfortunately getting invalid frob , don't why whats problem.
this auth stuff tricky flickr. in code, got callback after user authenticated, , given different frob response getfrob (something pnbhd://auth?frob=xxxxx). when used frob, worked. imagine problem, since you're getting "invalid frob" , not error having api_sig.
Comments
Post a Comment