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 tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
15 views

PHP Facebook SDK persistent logged user

I am having a situation here. You can check my installation at: http://rs.eboxtools.com The problem is that when I logged once I can't make a true logout. Even when I logout from Facebook I can still ...
0
votes
0answers
12 views

Application code signing

Does Facebook mandate any particular level/standards of code signing? It seems to me that using self-signed certificates (rather than reputable roots such as godaddy or globalsign) will work. Am I ...
0
votes
0answers
28 views

can not login with facebook SDK 3 on android 2.3 after sign my android application

I developed my facebook application and it works fine by debug hash key but when i signed my app by eclipse does not login by facebook account on all android devices and when i signed it by Jarsigner ...
0
votes
0answers
24 views

Android application with Facebook API in eclipse keyhashes issue

Good Morning, I’ve a problem with the Facebook API on an application that I’m making. When I’m building the application from Eclipse to my smartphone (Wiko cink slim) the facebook’s connection works ...
0
votes
1answer
66 views

Given URL is not allowed by the Application configuration

I am trying to create facebook sign-in page according to this tutorial. I only changed the two lines appId : '370675846382420', // App ID channelUrl : '//http://bp.php5.cz/channel.html', // ...
0
votes
1answer
121 views

Android app with Facebook SDK 3 doesn't login after sign the app

I have an app on play store, recently I updated it with new Facebook 3 SDK , all I want to do with Facebook integration is that users can post words/strings from my app to Facebook wall . I write the ...
1
vote
3answers
592 views

android app with facebook login integrated, how to generate the release key?

I have a problem when I want to publish my application android with fb integrated. I signed my app with eclipse, and used "keytool -exportcert -alias androidreleasekey -keystore ...
1
vote
1answer
509 views

Facebook Login/Register with my database

I have a website with my custom register system (really simple - username, password and e-mail). I want to make Login with facebook as my new and only register/login system. I want to put a login ...