From Facebook Developer Page

learn more… | top users | synonyms

3
votes
0answers
159 views

Facebook Oauth Login Popup Stuck After Credentials Entered

I have integrated facebook OAuth login to my GWT app. The facebook API takes the credentials in its authentication popup, but the process gets stuck at the following URL: ...
3
votes
0answers
53 views

Timeline for “Device Login” and/or alternatives to offline_access + one time login

I have a small, dinosaur-era command line interface (CLI) app for facebook. There's not a huge user base, but it has it's niche. It's most altruistic usage is by those who are partially blind and ...
3
votes
0answers
243 views

reauthenticate feature has changed its behavior?

In my application to be able to switch to another user, I use the "auth_type=reauthenticate" parameter for the "https://www.facebook.com/dialog/oauth" URL. This worked for a long time. I was able to ...
3
votes
0answers
184 views

Failed to obtain access token in Facebook

I'm using the facebook strategy for passportjs and I'm getting this error "failed to obtain access token (Error: Hostname/IP doesn't match certificate's altnames)" Basically, this happens when the ...
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, ...
3
votes
0answers
4k views

Will https://www.facebook.com/dialog/oauth API call be valid after OAuth2 migration?

I am desperately looking for an answer to the following question that was also asked on the Forums by bromo http://forum.developers.facebook.net/viewtopic.php?id=106817 . What is the difference ...
2
votes
0answers
319 views

Facebook PHP SDK throwing Unauthorized source IP address error

I recently discovered that one of our production servers is giving a fatal error when we try to issue an FQL query via the Graph API. The exact same code on other servers works perfectly. The ...
2
votes
0answers
484 views

How to properly use app and user tokens with the Facebook Score API on iOS

I'm trying to post a high score to the Facebook Graph API in iOS, but having no luck getting past all the token stuff. I've modified the iOS library to store the app token and the user token and I ...
2
votes
0answers
259 views

Localization and OAuth dialog

I have a desktop application. For authentication I am using the Client-side Flow as described in https://developers.facebook.com/docs/authentication. How do I specify locale when I request the OAuth ...
1
vote
0answers
41 views

Getting Generic Access Token, Invalid callback

I am trying to get a generic facebook access token. All the tutorials I read recommend using the call below. https://graph.facebook.com/oauth/access_token? client_id=YOUR_APP_ID& ...
1
vote
0answers
37 views

Looking for the right way: Spring Social + Spring RESTful API + Spring WebApp + Mobile Clients

I have a RESTful API built with Spring 3.1, using Spring Security as well. I have a web application, also a Spring 3.1 MVC application. I am planning to have mobile clients accessing my REST API. So ...
1
vote
0answers
58 views

Facebook oauth redirection is not working properly

Today my application started to fail on Facebook oauth when my redirect URI has a hash string. Until yesterday it worked. Here the scenario: On redirect to Facebook the url: ...
1
vote
0answers
59 views

Merge facebook, twitter and foursquare friends PHP, any suggestions?

I have been working on fetching user's friends from facebook, twitter and foursquare for about three months using PHP and their respective SDKs. Successfully I fetched the friends list and I stored ...
1
vote
0answers
46 views

Facebook access token missing expiry property (after offline_access deprecations)

I have a FB app that used to ask for offline_access permission. At some point I changed that and to use the 60 days valid access_tokens. Now, I am storing in db the access token and the expiration ...
1
vote
0answers
41 views

Can't dup NilClass using find_for_facebook_oauth - what's wrong with oauth?

I rewrote the find_for_facebook_oauth method slightly to allow my users to merge their facebook accounts to their current accounts. I also modified the method to create a new participant (which is ...
1
vote
0answers
125 views

Facebook authorization using OAuth 2.0 PHP not working in ie and safari

I m developed a app for a photo contest. steps: the user authorize the app where i get the permission to get the photos and email. Intro page and choose from facebook link Photo's page where all ...
1
vote
0answers
80 views

New small Facebook oauth web dialog x old big classical oauth dialog

I want to get the full oauth old dialog from image #1 and I am getting the small new one on image #2 When I preview my dialog on developers.facebook.com/apps I get what I want, but when I load ...
1
vote
0answers
231 views

UIWebView / Facebook OAuth Dialog - Says “Not Logged In”

The Problem In my iOS app, users login with Facebook through a UIWebView. Occasionally, instead of a login page, Facebook shows the message "Not Logged In": I can reproduce the problem every time ...
1
vote
0answers
39 views

Using Facebook from kiosks

Our company has developed photo kiosks allowing users to photograph themselves (with a custom frame highlighting the location) and post it on facebook (using the facebook.com/dialog/oauth for ...
1
vote
0answers
135 views

Facebook Page Tab: 191 API error OR infinite loop

My Facebook Page Tab isn't working since last thursday (28-11-2012). In developers.facebook.com I set "App on Facebook" and "Page Tab". The source: $app_id = "XXXXXXXXXXXXXXX"; ...
1
vote
0answers
35 views

Checkin to a page

I got a page on Facebook and i want to know how come people can't check in on my page? I tried checking in and it came up with a different page and i have merged the pages together but it still not ...
1
vote
0answers
63 views

Does Javascript SDK update accessToken expiry?

Sorry if this a simple uber basic question... but I am just looking for clarification. If our pages are calling the Facebook Javascript SDK () on most pages, is the expiration of the accessToken ...
1
vote
0answers
267 views

Login with Facebook in wifi hotspot

we're developing a wifi hotspot captive portal where users can authenticate with their preferred social network credentials. Of course before user's login on captive portal he/she can't reach ...
1
vote
0answers
306 views

asp.net-mvc3 Facebook Access Token

How do I get the facebook access token for getting insights. The following is used to get the client data only, but I want the user information/fan page insight. I would like to know if I can get the ...
1
vote
0answers
471 views

IOS: SECURITY WARNING: The above URL is not valid for a cash card or gift card

My IOS app uses a facebook login button. When you click on the button, it brings up the Facebook login prompt. After entering your information, it brings up a white screen that says: SECURITY ...
1
vote
0answers
151 views

Facebook oauth server-side / no code exchange when ref=m_notif

I have a facebook app in a canvas that is working very fine. I enabled referral authentification. I recently enabled my mobile web app link, so now I can access my app from facebook app or from ...
1
vote
0answers
603 views

Login with Facebook : Uncaught OAuthException: (#5) Unauthorized source IP address thrown

We have implemented login with facebook in one of our site. It was working fine befoe August, 2012. But suddenly It stopped working after that time. Now it shows... Uncaught OAuthException: (#5) ...
1
vote
0answers
114 views

Can the permissions.request dialog be rendered within an iframe?

https://developers.facebook.com/docs/reference/dialogs/ Lists the various different Facebook dialogs, but "permissions.request" is not on the list. The Permissions Request dialog has a URL of ...
1
vote
0answers
39 views

Apps that use offline functionality now need to pester users?

I have an app that is not interactive - users authenticate the app once, and the app runs in the background using the procured access token. With the upcoming offline_access deprecation, will the app ...
1
vote
0answers
145 views

Omniauth-facebook Override oauth_token

I'm building a Rails 3 app which will exclusively use Facebook for authentication (via omniauth-facebook & koala for performing graph stuff). I want to be able to allow an iOS app to authenticate ...
1
vote
0answers
464 views

How to properly implement facebook login for GWT facebook app?

I am creating an app on Facebook and am trying to figure out what the proper way to authenticate and log into the app is. I don't want it to be accessible when they log out of Facebook and currently ...
1
vote
0answers
58 views

my app post header is gray and the name and app name is not clickable

i have an app that post to an action. before i submitted the action all was good, after it has been approved when the app post the action on the timeline like : Alon Conduri and Expressio App played ...
1
vote
0answers
696 views

Android Facebook Open Graph type Reference error

I am getting the following error when I am trying to post my Facebook Open Graph Action. Here is how I am submitting the code. JSONObject test = new JSONObject(); ...
1
vote
0answers
191 views

facebook oauthtoken in django session

Is it possible for me to store the oauth token directly into the session when a user logs into my website using fblogin Iam using django-social-auth and it stores _auth_user_id into the session and i ...
1
vote
0answers
12 views

Is it allowed to fetch pictures with users permission?

I'm build an image site right now, and I have of course implemented Facebook login to make everything convenient for the user. My plan was to build a function where a user could go in and look at the ...
1
vote
0answers
375 views

Permission Denied Trying to Close window.open in IE

I am doing server-side facebook authentication in a popup from my main window. It basically works like this: Click the FB login button Pop open a window using window.open This new window reaches out ...
1
vote
0answers
521 views

Facebook offline_access but access tokens still expire

I have written an application to manage a user's Facebook notifications. The app requests offline_access as well as manage notifications permissions. My logs have been filling up with Facebook errors. ...
1
vote
0answers
164 views

Facebook JS sdk Error in retrieving email in login response

i ma using Facebook JavaScript SDK for my FB iframe app. i wnat to get teh user email id in login state here is my code...... <html> <head> <meta http-equiv="content-type" ...
1
vote
0answers
150 views

Displaying app in page not pop-up

My app run in a pop-up window..I'm trying to make it runs in same page <html xmlns:fb="http://www.facebook.com/2008/fbml"> <body> <script ...
1
vote
0answers
606 views

How can I remove all potentially cached tokens or session IDs on Android?

An odd question, but hopefully someone has an answer. I am developing a mobile app that will connect with Facebook. Everything was working fine and had been for about a week. I could authorize and ...
1
vote
0answers
152 views

Sometimes Facebook doesn't return the auth_nonce parameter during authentication

I am using the auth_nonce parameter during the server-side authentication flow. However, I'm getting a problem where sometimes Facebook doesn't return the auth_nonce argument in the final step, which ...
1
vote
0answers
235 views

Enhanced Auth Dialog Contains No Flow For LogOut?

I am developing an app to add facebook logins in our company website. Because we already have our own registration/login code in place I am doing some integration work to make it all play nice. I ...
1
vote
0answers
299 views

Preserving passed-in query string when authorizing facebook app using OAuth 2.0?

I have a facebook app using OAuth 2.0, and I'd like to add some tracking. Namely, I'd be having users access certain URLs, which I'd handle on the server side. If the user has already authorized the ...
0
votes
0answers
12 views

Anyway to get app info into OAuth Dialog

I know this has been posted before, but I haven't seen a definitive answer only a bunch of "I thinks" or no answer. The Facebook documentation shows a much more in depth dialog box with information ...
0
votes
0answers
13 views

how to change the text “shared via xyz app” when we publish a post via opengraph api?

I am working on a web application wherein I need to publish a post on behalf of a user who has authenticated against my app. (oauth) The access_token I have for the user has "publish_stream" ...
0
votes
0answers
46 views

Valid access token not work in Graph API Explorer

The Facebook Access Token debugger say that my access token is valid: Issued 1368430222 (24 minutes ago) Expires 1373614222 (in about 2 months) Valid True But when I test it in the Graph API ...
0
votes
0answers
11 views

OAuthException: (#1) when posting the same message to multiple pages concurrently

Our app is trying to post a text message with a bit.ly link to multiple Facebook pages. The first 29 messages where posted correctly but the rest returned the following error: OAuthException: (#1) An ...
0
votes
0answers
57 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
0answers
25 views

Facebook Ads API: how does offline_access work?

If you have a preferred developer app with access to Ads API you can ask for the offline_access permission, according to the docs How does it work? When I obtain the token, I get something like: ...
0
votes
0answers
13 views

Occassional Oauth exceptions - user hasn't authorized the app

I am fairly sure my application is handling most things properly as it works 88-92% of the time, but way too often I am getting the following error: (OAuthException - #200) (#200) The user hasn't ...

1 2 3 4