Page 2 of 2

appery login after facebook oauth

Posted: Sat Sep 13, 2014 1:27 pm
by obullei

Hello!

We are working on it.
I will let you know when have more information from developers team.


appery login after facebook oauth

Posted: Sun Sep 14, 2014 10:48 pm
by Yurii Orishchuk

Hi Michael,

Your service which is you try to implement is to get "Feed" so i called it "getFeed".

If you get correct access token alert you can store it with following code:

pre

alert("access_token = " + data.id);
localStorage.setItem("access_token", data.id);

/pre

It's very recommended to pass this tutorial:

http://devcenter.appery.io/tutorials/...

Regards.