The latest released version (as of January 30, 2014) of the Facebook SDK for iOS.
Questions tagged [facebook-sdk-3.1]
135 questions
2
votes
1 answer
Can not login another user with Facebook sdk for Android
I'm using the Android Facebook SDK. I have written the code below to post pictures to the users timeline from my app. The problem is the pictures only upload to my Facebook account when I'm logged in and not to other user's accounts when they are…

samantha jordan
- 81
- 8
2
votes
0 answers
FBSession Error validating access token: Session does not match current stored session
I'm trying to use Facebook SDK in my application. My application is using Salesforce SDK to logging with Salesforce and the user can use Facebook to logging in my application.
From Salesforce can take the Facebook access token when the user logs in…

user3775683
- 21
- 3
2
votes
1 answer
Facebook FriendPickerSample android project not showing friend list
I downloaded Android Facebook SDK from this link.And tried to execute the FriendPicker sample project.But it shows response of No friends selected as per the given image. When I click the Pick Friends Button on this project it will show the popup…

Manoj
- 3,947
- 9
- 46
- 84
2
votes
2 answers
Converting Facebook notifications from json
In my app I'm receiving notifications from Facebook using facebook sdk for android. But the data returned by response.toString() method is in json format.
I need to know how can I convert it in simple human readable format so that I can use them to…

Nauman Aslam
- 299
- 3
- 14
2
votes
2 answers
Laravel 4 application is giving error while running as a facebook app
I am creating a facebook application in Laravel 4, the problem is it is giving me following error while running as a facebook application
Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException
but the same thing is working fine out of…

Devendra Verma
- 938
- 1
- 13
- 29
2
votes
2 answers
Which is the correct way to call async task in onCompleted method in facebook 3.0 Request.newMeRequest method
I tried this, but I'm getting WindowLeaked error message after postexecute method is called.
here Is my code:
Request meRequest=Request.newMeRequest(session, new GraphUserCallback()
{
@Override
…
user3121673
2
votes
1 answer
Facebook SDK 3 - Session Re-log in issue
I'm using Facebook login as described in the "Getting started" Document - https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/
// start Facebook Login
Session.openActiveSession(this, true, new Session.StatusCallback()…

Tal Kanel
- 10,475
- 10
- 60
- 98
1
vote
0 answers
url from 'user_link' permission get error
My website is using facebook auth to register and login with 'user_link' permission. The url given by fb is something like "https://www.facebook.com/app_scoped_user_id/YXNpZADpBWEhxcDBRa29....."
The problem is that the url redirects to the user's…

Олег Бугера
- 11
- 1
1
vote
0 answers
Facebook API, "app/scores" is deprecated what are the alternatives? (Facebook SDK v3.1, Unity 2018.1.0f)
I'm trying to get Facebook Integration for a Unity Game I am working on. I can Login fine. But I have now found out that the old scores option has been depreciated in this version of the Facebook SDK.
What are my alternatives now?
I need to be…

Luke
- 11
- 2
1
vote
3 answers
facebook login ask for Login Review Permission
I am using facebook sdk for share status on facebook wall.
but I got message while grant permission.
"submit for login review some of the permissions below have not been approved for use by facebook in ios Submit for Review or learn more"
here is my…

Vinod Jadhav
- 1,055
- 1
- 15
- 37
1
vote
0 answers
Sessionless Request needs token but missing either application ID or client token
I am trying to implement a simple android facebook login but facebook credential popup is not opening and Logcat is showing this warning
Sessionless Request needs token but missing either application ID or client token.
I have already added…

Nidhi
- 777
- 7
- 17
1
vote
0 answers
Unable to reference to com.facebook.widget.LikeView android
i'm trying to implement the facebook like button to my android app and i used this code:

Omar Mahdoui
- 73
- 8
1
vote
2 answers
clang: error: linker command failed with exit code 1 (use -v to see invocation) in xcode 6
Hello I am currently working on an IOS app in xcode 6. I am getting the following error when archiving the application. It runs successfully when built on the emulator. After further inspection I've found this specific error message while compiling…

Teja Aluru
- 11
- 1
- 2
1
vote
1 answer
How to implement native app login in ios?
I’m building an iOS app and using UIStoryBoard.I have integrated Facebook SDK into my app.
I want to implement native app login means when user click on Facebook button in my app then it
logged in through Facebook app install in the device otherwise…

Neal
- 194
- 3
- 15
1
vote
0 answers
Facebook SDK 3.18 - replacement for the deprecated facebook constructor
I am now using the new Facebook SDK 3.18, i am manually checking if the native app is present or not, if app not present the open the Webview to login.
But the new sdk says that the its deprecated, but they have included the classes in the new SDK…

user2056563
- 600
- 2
- 12
- 37