Tagged Questions
-1
votes
1answer
23 views
Facebook - Uncaught OAuthException: An active access token [closed]
I have this error that appears quite often, could you help me to correct this error.
Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current ...
0
votes
0answers
58 views
API Error Code: 100 Error Message: Some content in this message has been reported as abusive by Facebook users
Today, out of nowhere, my app has stopped working.
I'm getting this message and when i click ok, he redirect and get a server error.
API Error Code: 100
API Error Description: Invalid parameter
...
0
votes
1answer
106 views
When Facebook removes an App, it puts the site's domain on a blacklist?
I got my app removed by Facebook last week.
Now I'm trying to build a new one correcting the problems, but I always get an error authenticating the user.
SECURITY WARNING: Sharing the above URL ...
2
votes
2answers
352 views
Facebook OAuth for Drupal 7
I have installed the FACEBOOK OAuth for drupal7. however when i connect the f connect button it takes me to facebook site but in the middle of the page an error is displayed which is:
API Error ...
0
votes
0answers
31 views
Facebook $_REQUEST not working [duplicate]
Possible Duplicate:
Facebook iframe tab signed request always empty
I'm using some simple code to make a facebook like gateway and detect for country. This code has worked (and still does) ...
1
vote
2answers
566 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
722 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 ...
0
votes
1answer
154 views
How to restrict the allowable permission-set for the OAuth 'scope' parameter (restricting scope)
I want to use Facebook as an authentication source for my application (a website) users. I do not want my application to have anything but basic and email permissions. Thus, my application must not be ...
0
votes
1answer
63 views
Can a facebook app support twitter-oauth?
I have a website that plays well with twitter & facebook oAuths. Now, am planning to convert it into an Facebook App?
Now, am wondering if Facebook app supports Twitter OAuth. Will it ?
Also, ...