javascript - Problems Oauth 2 and Google APIs in appmobi -
after lot of work managed make simple oauth authentication work twitter api, however, intention sure basics working implement google apis authentication.
the thing if try create service in same why did twitter im unable find urls need (requesttokenendpoint, authorizeendpoint, accesstokenendpoint). in twitter dev portal easy find, not @ google's.
anyway if go https://developers.google.com/accounts/ ... stalledapp, provide url make requests. ie
and url contains need open authentication window. tried showremotesiteext url not able open (google restrictions).
so, explain me how can proceed sucess in google api authentication? have read twitter , facebook examples, google case different.
in site can find fields need:
request token endpoint
authorize endpoint
access token endpoint
and 1 authorization. if same in twitter provide fields need, not in google apis.
any help?
thanks lot.
it seems appmobi not supporting oauth 2, , google api i'm trying use tells me use oauth 2. think i'll move phonegap or native development. thanks
Comments
Post a Comment