Marco Brenna
Posts: 0
Joined: Tue Jan 21, 2014 3:34 pm

Right way to implement oauth2 authentication for Google API in Appery.io

Hi, is it possible to make an oauth2 authentication for accessing Google API with appery.io?

if the answer is yes, which is the right way for doing it with appery.io for mobile devices?

Which kind of application should I choose in the google api console?

My question is related to this other:
https://getsatisfaction.com/apperyio/...

but I hope to get more information for implementing the whole system.

I think it would be great if there was a tutorial about that.

Thanks.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Right way to implement oauth2 authentication for Google API in Appery.io

Implementing oauth2 authentication in Appery.io is very similar to implementing authentication in any other tool.

You make a request to login, usually opens a new window
You login (and usually allow the app to access that account)
The API provider makes a callback to a page that you defined, usually passing some parameters
On the app side, that page is loaded, you read the parameters and save them.

Return to “Issues”