obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

appery login after facebook oauth

Hello!

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

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

appery login after facebook oauth

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.

Return to “Issues”