appery login after facebook oauth
Posted: Sat Sep 13, 2014 1:27 pm
Hello!
We are working on it.
I will let you know when have more information from developers team.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello!
We are working on it.
I will let you know when have more information from developers team.
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.