Tagged Questions
1
vote
2answers
564 views
Facebook authentication within a Page Tab
According to the specification here: http://developers.facebook.com/docs/authentication/pagetab/ I want to autorize user with the server-side flow on page tab. I use PHP-SDK.
My redirect_uri ...
0
votes
1answer
719 views
Facebook app in a page: auth and error 191 on redirect_uri
I'm following this docs to create my facebook app that work in a page, but i've some errors. I've created an index.php with:
$i = parse_signed_request($_POST['signed_request'], $mysecret);
if ...
3
votes
0answers
1k views
FB.ui({ method : “oauth” }) vs FB.login() within a Page Tab Application
We currently use the OAuth dialog via the JavaScript SDK within our page tab application to request permissions, instead of FB.login.
The reason for this is that FB.login() launches a new window, ...
6
votes
2answers
3k views
OAuthException “(#210) Subject must be a page.”
I Keep getting OAuthException (#210) Subject must be a page. error even if I am using the Page Access Token and not the App Access Token.
I am using the following:
Latest JavaScript SDK from ...