Skip to main content

All Questions

Tagged with
10 votes
4 answers
20k views

How to disable Facebook single sign on for android - Facebook-android-sdk

SSO for facebook android gives me invalid_key every time, i tried to debug by every means but it is not working. So is there any way/hack to disable Single Sign on and work with web view ...
om252345's user avatar
  • 2,405
32 votes
11 answers
50k views

Is there a way to detect if the Facebook Javascript SDK loaded successfully?

I use Facebook as the membership system of my website. It uses the code to generate a login control, allowing users to login via their facebook account. It's essentially one click if they're already ...
Chaddeus's user avatar
  • 13.3k
24 votes
3 answers
10k views

Facebook SDK 3.1 for iOS - runs on iOS6, but crashes on iOS 5.x

We've just updated our Facebook SDK for iOS to 3.1. Facebook SDK 3.0.8 didn't run on iOS6, now that we have upgraded to 3.1, it runs on iOS 6, but crashes under iOS 5.x. because of AdSupport....
aabulkhairov's user avatar
6 votes
3 answers
16k views

Do I need an appId for a XFBML version of the Facebook Like button?

I'm really confused. I'm trying to use some of the very simple Facebook plugins on my site, specifically the basic "Like" button. I already know how to use the limited version with an iFrame. ...
Sparky's user avatar
  • 98.5k
34 votes
10 answers
42k views

Android Facebook SDK: Check if the user is logged in or not

I'm have a feature on my Android app where the user authorizes the app and shares a link. I also need to give an option for the user to logout of facebook and I need to conditionally disable this ...
Jay Sidri's user avatar
  • 6,371
25 votes
5 answers
21k views

Facebook SDK 3.0: how to receive user's e-mail?

In the "old" FB iOS SDK I could receive user information via the following: NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys: @"...
znq's user avatar
  • 44.8k
16 votes
4 answers
44k views

Looking for android Facebook SDK examples [closed]

I've looked all over the internet and can't seem to find what i'm looking for... I'm just trying to find a site with some examples on how to use the OFFICIAL facebook android SDK http://github.com/...
brybam's user avatar
  • 5,019
12 votes
3 answers
29k views

Android Facebook SDK configuration on Eclipse

I downloaded the android's facebook sdk but so far I couldn't configure properly. Eclipse doesn't recognize the facebook sdk as a project. Does anyone got this problem?
Thiago M Rocha's user avatar
7 votes
12 answers
13k views

Facebook Android SDK Invalid_key [duplicate]

Possible Duplicate: Login failed invalid key error with Facebook SDK I am using a sample app for here ibm.com/developerworks/library/x-androidfacebookapi/ to test facebook android SDK, I have ...
om252345's user avatar
  • 2,405
4 votes
2 answers
7k views

Facebook friend picker SDK sample not working Android

Please help me to get the facebook friends from my profile using 3.14 SDK. There is no error in the code but the problem is getting empty list while fetching friends in my profile. I am getting the ...
Chandru's user avatar
  • 5,962
16 votes
11 answers
34k views

The "state" param from the URL and session do not match

In facebook documantion require('include/facebook/autoload.php'); //SDK directory $fb = new Facebook\Facebook([ 'app_id' => '***********', 'app_secret' => '***********************' ]); $...
Pedro Henrique's user avatar
16 votes
2 answers
17k views

FBSession: an attempt was made reauthorize permissions on an unopened session

I'm following this tutorial to implement the view preview post on Facebook SDK 3.1, but when I call this method ... // Ask for publish_actions permissions in context if ([FBSession.activeSession....
jucajl's user avatar
  • 1,195
7 votes
1 answer
14k views

Feed story publishing to other users is disabled for this application

When posting to my friends wall, I got this error: Feed story publishing to other users is disabled for this application. Do I need to submit my application in Facebook, or did I do something ...
user avatar
6 votes
5 answers
20k views

How to use Facebook SDK with Nuxt.js?

You can see my code. npm install vue init nuxt/koa my-project (koa@2) pages |- login.vue <script> export default { name: 'login', method: { login () { let vm = this FB.login(...
hyeokluv's user avatar
  • 397
5 votes
2 answers
11k views

iOS Facebook SDK 3.1 Retrieve friend birthday returning null

I'm trying to retrieve birthday data of facebook friends, but it's returning null. I'm using this code: FBRequest* friendsRequest = [FBRequest requestForMyFriends]; [friendsRequest ...
Daniel Campos's user avatar

15 30 50 per page
1
2 3 4 5
12