The latest released version (as of January 30, 2014) of the Facebook SDK for iOS.
Questions tagged [facebook-sdk-3.1]
135 questions
0
votes
0 answers
facebook android sdk application id error
I have added the application id string and put that to my manifesto file, even after that also i am getting applicationid error
Here is a trace from logcat
09-06 05:11:49.214: E/AndroidRuntime(1600): FATAL EXCEPTION: main
09-06 05:11:49.214:…

echoashu
- 912
- 3
- 14
- 31
0
votes
1 answer
I want to Post facebook fan page from my python script
I want to post news in my facebook fan page from python script .
I am using facebook Open graph test tool to post message in my wall
but there is error message like this .
(#200) The user hasn't authorized the application to perform this action

Beka Tomashvili
- 2,171
- 5
- 21
- 27
0
votes
1 answer
Logout from Facebook after a share with Facebook iOS SDK
I'm building an iPad app where the user can post an image to his/her timeline.
These iPads are rentable, so the user should be logged out after the share has been done.
I've implemented the iOS Facebook Login, so the user is redirected to Safari to…

Frederik Jacques
- 113
- 6
0
votes
1 answer
facebook sdk session doesn't open on emulator or other devices except one
Ok so I'm trying to fiddle with the FB sdk lately and it's giving me some hard times.
I've ran the code on my own device and it downloads the profile picture and name as it should but now I want to test it on an emulator and that same code doesn't…

Yosi199
- 1,745
- 4
- 22
- 47
0
votes
3 answers
Android Facebook error:invalid key hash. the key hash does not match any stored key hashes
I signed a new version for my app today.
I added facebook login to it.
When I tried it before uploading it to google play it showed me:
invalid key hash. the key hash does not match any stored key hashes
I'm using this command to create the hash to…

Sagiw
- 75
- 1
- 14
0
votes
1 answer
Load Facebook Friends into an NSMutableArray
I am currently trying to load a user's Facebook friends into an NSMutableArray. However, when I use [users addObject: friend.name]; it doesn't add it to the array outside of the block of code. What am I missing here? Also I am trying to receive the…

John Doe
- 3,559
- 15
- 62
- 111
0
votes
2 answers
Android to upload images to user facebook wall
As I know, in order for mobile app to upload images to user facebook wall, i will need a fb app that have the following permission:
User_photo
publish_action
But these permissions requires submission and being reviewed by facebook team.
Before…

WenHao
- 1,183
- 1
- 15
- 46
0
votes
1 answer
NSURLConnection.sendAsynchronousRequest issue
I'm sorry the title is not clearer, but it's hard to resume the problem in one sentence.
I'm using the Facebook SDK to retrieve user information. My intent is to instantiate a class I wrote myself called Profile, which contains several user…

André Fratelli
- 5,920
- 7
- 46
- 87
0
votes
1 answer
How to obtain all Facebook friends in Android
I'm trying to obtain a list of Facebook friends and to put it in a ListView on an Android app. Could you give me a hint or example of how to do this? I'm new in using Facebook SDK for Android and I don't know how to start.

mawus
- 1,178
- 1
- 11
- 25
0
votes
1 answer
Share Facebook post from id (Android SDK)
I'm retrieving my wall post via Facebook Graph API me/home and I got data like that :
{
"data": [
{
"id": "434028623322619_685556731503139",
"from": {
"category": "Games/toys",
"name": "Gameloft",
"id": "434028623322619"
},
…

Plumillon Forge
- 1,659
- 1
- 16
- 31
0
votes
2 answers
how to make like in android app using facebook SDK
im trying to make simple like button in my app. Ive already made a share button that works and I want to make a like to the post.
im tring to write this code:
public class MainFragment extends Fragment {
private UiLifecycleHelper uiHelper;
TextView…

Gili Yaniv
- 3,073
- 2
- 19
- 34
0
votes
1 answer
Facebook FQL limited friends issue
I am using facebook FQL to get the friends list
I am using this query
"select uid, name, pic_square, is_app_user from user where uid in (select uid2 from friend where uid1 = me())";SELECT uid, name, is_app_user, pic_square FROM user WHERE uid IN…

farrukh
- 627
- 4
- 16
0
votes
1 answer
Facebook new permission SDK > 3.14.x
With the new SDK of Facebook, the permissions can be modified and if the user un-checks a permission and grants the rest and then I check to see in my app if all permissions are given and if some permissions aren't given then is there a way to…

Sana
- 9,895
- 15
- 59
- 87
0
votes
1 answer
ClassDefNotFoundException using FacebookSDK
I am developing an app using FacebookSDK, now I'm integrating Facebook login to the my app. My problem is a NoClassDefFoundError at the initialization of my integration activity.
There is the logcat output:
05-08 17:05:16.214:…

Marcos J.C Kichel
- 6,887
- 8
- 38
- 78
0
votes
1 answer
facebook.sdk error 5 Objective-C
I'm a newbie in objective-c and I really need your help. I've been trying to solve this for hours now. And I still can't find a solution. Here is my codes:
-(void)post
{
[self connectWithFacebook];
NSLog(@"session: %hhd",…

Ann
- 13
- 7