I need to get “page_tab_url” by fql query.
In this article: https://developers.facebook.com/docs/reference/fql/application/
they say, that I need “app access_token” but there is nothing that sticks to the topic on link destination.
Anybody have an idea, what is a name of permission, that I need to use in “scope”?
I need to get page_tab_url by fql query. In this article: https://developers.facebook.com/docs/reference/fql/application/ they say,
Share
I think this is the correct link (for now) that they wanted to link. This is a way to get an access token that authenticate as your application with the appid and secret, you don’t need extended permission for that.
here’s a small php snippet to illustrate:
with the
$appidand$secretvariables filled with real data, it produces this output: