0
votes
1answer
34 views

Refresh token and Access token in facebook API

When we do oauth2 on google api, we get an access token and a refresh token. Suppose I'm writing a service and I want to periodically poll for changes I can just use refresh token to get fresh access ...
0
votes
1answer
29 views

Facebook App Configuration

My app has been working fine for a long time but now this error comes up during the facebook authentication. Any suggestions to solve this issue Given URL is not allowed by the Application ...
0
votes
0answers
39 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
1answer
43 views

Display custom message when asking for facebook permissions

Is there any way to display a custom message when asking for permissions with facebook js sdk? For example if I ask for email permissions, I would like to add a message "Your email is needed in order ...
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 ...
1
vote
0answers
36 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& ...
0
votes
1answer
31 views

Is it possible to get any information out of a Facebook Token without hitting the server?

With the old Facebook access tokens (Oauth1) it was possible to get a user's Facebook ID and the token's expiration without passing anything to the server. Is this possible with the new Oauth2 ...
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
23 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
30 views

Unable to retrieve public events in Facebook with an app token

I'm working on a server side application which needs to retrieve all recent public events from Facebook. I managed to get an app authentication token as described in ...
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 ...
0
votes
1answer
56 views

Facebook PHP SDK - OAuthException - Active token is valid in http request but in code not

I am getting this error when i open my app canvas. I already found out in which line the error comes up. User is logged in <-(echo by php) Short Token is: XXXTOKENXXX <-(echo by php) Fatal ...
2
votes
1answer
106 views

Facebook app on infinite loop trying to log in out of canvas

When I try to access to my app from http://apps.facebook.com/myapp (FB canvas) it is working fine. However, if I do directly from http://myapp.herokuapp.com (out of canvas), after entering my FB ...
5
votes
1answer
140 views

Facebook OAuth issue? Infinite loop changing “state” parameter on URL

Our app was working fine but, without any change on our side, when we tried to enter our Facebook app outside the canvas (directly on http://example.herokuapp.com), and after providing our FB user and ...
1
vote
0answers
43 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
1answer
178 views

Desktop App Workflow Error When Logging In

Our desktop application integrates with Facebook using the desktop app workflow and for approx. 18 months has been working without any problems. However, we are starting to get reports from some users ...
0
votes
1answer
165 views

How to test phonegap facebook oauth apps through Xcode or Android Emulator?

How would I go about testing a phonegap native app /facebook oauth app through Xcode (iPad / or iOs Simulator) or through Eclipse Android Simulator if facebook requires you to use a domain....in ...
0
votes
1answer
108 views

Could not find Get method for FacebookClient in MVC 4.0

i am not able to find Get method for FacebookClient object in MVC 4.0 C# (VS2010). please refer following screen: I am using DotNetOpenAuth.AspNet.Clients and refer following tutorial to get friend ...
1
vote
1answer
54 views

Access Facebook page statuses with an app access token

Reading the API docs (https://developers.facebook.com/docs/reference/api/page/) I assumed that in order to read a public pages status updates, I would require "any valid access_token or user ...
0
votes
2answers
68 views

Should I hide my facebook app_id and secret_key?

I am done creating my first facebook app in ruby on rails. In my controller I have somethign like @oauth = Koala::Facebook::OAuth.new(app_id,secret_id,callback_url) (Replaced with temp values) I ...
0
votes
0answers
41 views

Ejabber login via Facebook Access Token

I'm building a game server base on XMPP system. I decided using ejabberd. In my system, the user can use their facebook access token to login. So I have some question about this: Can I modify or ...
0
votes
1answer
160 views

How to get public posts of facebook user based on facebook url without authentication

I am working on asp.net mvc. I am trying to search public facebook posts of a user by the facebook url. i.e. I have a textbox in my webpage in that user will enter his facebook url like ...
0
votes
0answers
269 views

Firewall: Block facebook.com but allow facebook connect [closed]

Is there a way to block http://facebook.com but allow facebook connect? Since Facebook connect uses "https://www.facebook.com/dialog/oauth?client_id=....." I need to allow this IP 31.13.0.0/16. But ...
0
votes
1answer
143 views

Facebook access token expiration how to get extended? perl desktop app

I made a Perl script for Facebook but it doesn't work after a period of time, or if I log out. I think this is due to the access token expiring. Could somebody help me to extend the expiration of ...
0
votes
1answer
134 views

Can not OAuth using Facebook iOS SDK Since February 6th

I have a question about Facebook OAuth. Since Febrary 6th, I can not connect to Facebook in Developing iOS Apps. Before, I can do it. And, I try to test Facebook sample apps addition of iOS SDK. ...
1
vote
1answer
371 views

Fatal error: Uncaught OAuthException: (#5) Unauthorized source IP

I have build facebook application but godaddy block IP address. Please resolve it as soon as possible. https://rite5.com/fbapps/adv/ facebook app url https://apps.facebook.com/rite-five/ error : Fatal ...
0
votes
1answer
73 views

Only 7 shares a day? OAuthException 341

We are finalizing a new site wich uses a Facebook-app to log in users. We have of course made quite a few test posts to Facebook to test functionality, but have now encountered this error: ...
0
votes
0answers
164 views

Issue with facebook OAuth method using jquery

I am using oauth method in facebook to authenticate users. I am trying to get the code value from the redirect_uri after user logged in. I am calling the below ajax call for this purpose $j.ajax({ ...
1
vote
1answer
227 views

Facebook oAuth Access Token supposedly “never” expiring

I'm using the extended access token system to extend oAuth tokens issued by 60 days. This system is working well however one user was reporting that they had to keep resigning in. When debugging his ...
0
votes
3answers
102 views

Is it possible to send a request to the Facebook Graph API from client side without exposing our access token to the public?

My question is related to, but not exactly, this question. I am currently working on a business directory Web site (similar to Yelp), in which businesses have their own pages. Let's call this app ...
-2
votes
1answer
52 views

Switching between user access token and application access token [closed]

I am creating an application where user can install different application on their facebook page everything works fine but problem occurs when i install the application using graph api method it ...
0
votes
1answer
116 views

Different types of facebook access token

I a bit confused. I'll be glad if someone could clarify it to me - What are the differences between the the token that I get in the following ways: Getting a token in this way: ...
0
votes
0answers
332 views

C# OAuthWebSecurity Facebook AccessToken to retrieve email address

I'm using C# OAuthWebSecurity for authenticating against Facebook and other 3rd party OAuth providers. I'm successfully authenticating with Facebook and am getting an AccessToken for my app returned ...
0
votes
1answer
748 views

OAuthException code #2 for particular account when using SessionLoginSample

We've run into a very strange case in which a particular Facebook account fails on a request to 'https://graph.facebook.com/me/friends?access_token=XXX' after successful login. After discovering this ...
0
votes
0answers
90 views

Facebook Uncaught OAuthException, trying to login with Facebook

I am trying to implement WP login onto a site. I use the JavaScript SDK to login, with the FB.login method. If the login succeeds, it redirects the user to the file fb_login.php, where i try to catch ...
0
votes
1answer
237 views

fb oAuth and reading close group feed - probm

We are in a big trouble please help. When group was open, we could read the JSON feed, but when group privacy is set to "Closed" we cannot read it, and we cannot turn group back to "Open". What we ...
7
votes
4answers
233 views

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 be all events (public), not only someone's events. Will Facebook let us fetch that info?
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 ...
2
votes
1answer
303 views

Cannot get relationship_status data

I'm busy writing an app on facebook, yet whatever i try, i cannot get relationship_status data. My app succesfully gets all the other data it needs (friendslist data like names, gender, profile ...
1
vote
1answer
504 views

(OAuthException) (#200) User must have accepted TOS on C# - Facebook

Well, I am trying make a app to write comments to facebook in C#. Searching in google I know that I need an Application (I did it) and I need select the permissions. I did it.. Now I wrote my code in ...
0
votes
1answer
151 views

Facebook OAuth offline login

I am building an in-house application which would accumulate the information from several social networks at once. Possibly, the URL of the application will not be known or it will not be allowed ...
0
votes
0answers
34 views

Facebook token privileges after expiration

I have a question about privileges after token expiration. I have two buttons, first button is for login to page. This button has set rights to email only, second button is for registration and this ...
0
votes
1answer
598 views

publish actions to facebook using open graph api and C#

I am getting the following error while publishing the facebook action using open graph api, (Exception - #1611072) The action you're trying to publish is invalid because it does not specify any ...
2
votes
2answers
184 views

Refreshing an expired access token for specific user

The application which I am building maps a user_id to multiple facebook accounts. I have access tokens for each of these mapped accounts and everything works nicely. There is a problem, though, when ...
1
vote
0answers
601 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) ...
0
votes
0answers
258 views

What is the different between PHP-SDK Application access token and Application Access token that generated with oauth/access_token

The new Facebook PHP-SDK have a getApplicationAccessToken method, which is the join between your [appID]|[appSecret]. I usually use a request from graph with this url ...
13
votes
2answers
4k views

“The app must ask for a basic read permission at install time”

I am using the iOS Built in frameworks to connect. After asking for "publish_stream" permissions, FB returns an error: Error Domain=com.apple.accounts Code=7 "The Facebook server could not fulfill ...
4
votes
3answers
1k views

How do you get long-lived access tokens from the Facebook Graph API (server-side auth)?

Since Facebook is removing the offline_access permission, I want to go ahead an migrate our website to use the new system. I found this document on Facebook's website: ...
2
votes
1answer
537 views

MVC 4 oAuth With Facebook does not return email address

I am experimenting witht he MVC 4 oAuth that was released this month. Can anyone point me to where I can add eMail address so that I can store that with user properties? I need to be able to send a ...
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 2 3