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.

Electronic devices: computers, smartphones, tablets, electronic hardware and platforms.

learn more… | top users | synonyms

0
votes
0answers
62 views

How to prevent Facebook account block when users log in using a device placed at social gatherings?

This application is used in events, conferences, seminars and other social gatherings. Some computers are placed at the event, and the users are required to login with their Facebook account. But many ...
0
votes
2answers
46 views

Non-android, non-ios, non-web apps

We plan to manufacture a device that we want it to communicate with Facebook. If the user presses a button on the device, we want something to appear on users wall as a post. It means that the device ...
0
votes
1answer
237 views

Facebook Connection error on Device in iPhone

I am building an app in which I need Facebook connection for that m using Graph API. I am using extended permission like friends_birthday using following code. NSArray *permissions = [NSArray ...
0
votes
1answer
124 views

Is the token provided upon login platform or device dependent?

I'm testing the login with FB feature for IOS (using version 5) and I encountered what could be a possible problem for me. When I try on the simulator, the token returned is different than the one ...
3
votes
3answers
525 views

Android Facebook post does not work when the Facebook app is already installed on the device

I have an app that posts a string to user's wall. The app worked ok in the emulator but I could not make it work in a real device. At first I thought I have a problem with the hash key. But then I ...
0
votes
1answer
705 views

Authenticating Devices - Unsupported type

I want to use the device authentication as described in the documentation ( http://developers.facebook.com/docs/authentication/devices/ ) but I can't use it to authenticate with my facebook app, the ...
1
vote
1answer
981 views

Facebook SDK not running on iPhone Simulator, only on device

I have a strange issue trying to run the Facebook iOS SDK DemoApp (from facebook website). On the device the app is working perfectly, but on the simulator a grey screen appears after login and ...
0
votes
1answer
552 views

Facebook OAuth Gives Error on Device but Works on Emulator

I am getting an error in signing to facebook from my Android Applicationon device, while same application works perfect on emulator. When user presses login button on Facbook signup page, (if user ...