Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The auth-token tag has no wiki summary.
0
votes
0answers
96 views
Status update widget of a user on website
For the website of my rowing club I want to create a widget on the site with the status updates from the facebook user that is shared by the members of the club's board of directors (they all post and ...
0
votes
0answers
138 views
clearing auth_token in website
using facebook;
using System.Xml.Linq;
public partial class _Default : System.Web.UI.Page
{
protected facebook.Components.FacebookService _fbService = new facebook.Components.FacebookService();
...
0
votes
4answers
756 views
is it possible to get the public facebook wall feeds when not logged in?
I'm accually asking is it possible to get public wall feeds without auth token?
If I'm not logged in to facebook, I can still see the public posts ,this is a good example : ...
0
votes
1answer
121 views
Facebook authentication mechanism changed?
My application is running within an IFrame and has been running fine for month. Since last week, the main page keeps refreshing because it looks lie the parameters auth_token and fb_sig_session_key ...
0
votes
1answer
104 views
Are Auth Tokens App Specific?
I'm in the process of developing an app that will allow users to perform a lot of the same actions of our website (slimmed down, of course) but we're also toying with the idea of adding a facebook ...
0
votes
1answer
1k views
Auth token facebook php error
It's weird because on my canvas page for my facebook app I get all these php errors about my auth_token and then it redirects and works as it should. Can someone help me figure this out por favor? ...
1
vote
0answers
452 views
Facebook SDK 5+ authentication token error: A connection attempt failed because the connected party did not properly respond after a period of time
I have an issue I have been trying to fix since this morning (now over 8h). I got the facebook cookie contents, found the auth token which works fine on its own in the browser
...
7
votes
4answers
4k views
How to retrieve an Facebook-AuthToken from the accounts saved on Android
I'm trying to retrieve the AuthToken for Facebook (saved by Facebook for Android) by using the following piece of code.
AccountManager am = AccountManager.get(this);
Account[] accounts = ...
0
votes
1answer
718 views
Auth problem on Facebook using Ruby/sinatra/frankie/facebooker
I'm using sinatra/frankie/facebooker to prototype something simple to test the facebook api, i'm using mmangino-facebooker the more recent version from github and I cloned the most recent version of ...
