Hello!
We are working on it.
I will let you know when have more information from developers team.
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.