Access Tokens Facebook
In documentation facebook explains how to use long-lived access tokens to
grant access to client to make calls to graph api:
https://developers.facebook.com/docs/facebook-login/access-tokens/#extending
I don't understand how it will work. Unfortunately they have no examples
there. Can I create one app for my server, and then grant access to other
users from other domains? I mean, let say I have created an app and in
configuration I gave as domain: mydomain.com, and as canvas url
mydomain.com/some_page/. A user that is on otherdomain.com can come to my
site login hier to facebook an then connect to facebook's graph api from
otherdomain.com? Is that possible?
No comments:
Post a Comment