Top "Facebook-oauth" questions

From Facebook Developer Page

FB exchange token api missing redirect_uri

I am using the FB exchange token api like this : https://graph.facebook.com/oauth/access_token?client_id={client_…

facebook redirect facebook-oauth
Is there any way to fetch all Facebook events in a specific city?

Can I fetch all Facebook events in a specific city? All I need is event IDs nothing else. It should …

facebook facebook-graph-api facebook-oauth
OAuth Error: This IP can't make requests for that application

I just started to get random This IP can't make requests for that application. errors with my app. My server's …

facebook-graph-api oauth facebook-opengraph facebook-oauth
FB.getLoginStatus does not fires callback function

I have a difficult problem. Difficult means I searched through the net and StackOverflow as well the whole FBJS SDK …

facebook facebook-graph-api oauth facebook-oauth
Specify multiple redirect URIs for facebook OAuth2

My web application is deployed to a production site, but I also need to perform local development. Besides, I have …

facebook oauth oauth-2.0 facebook-oauth
window.open without popup blocker using AJAX and manipulating the window.location

When dealing with OAuth from the server, such as Twitter and Facebook, you most likely will redirect the user to …

ajax popup twitter-oauth facebook-oauth window.open
facebook Access Token 400 bad request

I am using following code to retrieve facebook accessToken string url = "https://graph.facebook.com/oauth/access_token?" + "client_id={0}" + "&…

facebook authentication facebook-oauth
Facebook Authentication - Unsafe JavaScript attempt to access frame with URL

I am trying to implement Facebook Login System into my website. While it try to connect to facebook, I get …

php javascript facebook facebook-oauth
Don't understand "(#4) User request limit reached"

{ "error": { "message": "(#4) User request limit reached", "type": "OAuthException" } } I'm not sure the cause of this error, and yes I've done …

facebook-graph-api oauth limit facebook-oauth