Questions tagged [facebook-sdk-3.1]

The latest released version (as of January 30, 2014) of the Facebook SDK for iOS.

135 questions
0
votes
1 answer

Get user_like and can_like for a post on facebook

I am trying to get user_like and can_like for a facebook post - using Facebook SDK on Android. When I am setting the fields to limit the amount of data like below, I am unable to get those parameters.…
0
votes
1 answer

How to Post on my Facebook Wall With notifying some friends?

My requirement is I need to post on my Facebook wall through my application with privacy setting (notifying particular friends) how to achieve this I have followed the following code -(void)sendNotification { CoreDataManager *coremanagerobj =…
Peer Mohamed Thabib
  • 636
  • 2
  • 9
  • 29
0
votes
1 answer

iOS 7 - Facebook: check share result

Have you ever had the needing of check if a share on Facebook wall is done successfully? I'd like to know if the user cancels the share operation from the interface of the SDK or if it is not published due a technical issue. I'm using FBDialogs of…
0
votes
1 answer

AngulaJs-facebook-sdk works only when refresh the page

I tried to integrate facebook share and like button into my single page application with angularjs. They have mentioned that by putting those codes inside the body tag, it will work fine and it works fine when I refresh the page manually. Therefore…
0
votes
1 answer

iOS: Facebook SDK location is null

Making the call: -(void)viewDidLoad) { ..... [appDelegate.session openWithCompletionHandler:^(FBSession *session, FBSessionState status, …
user1107173
  • 10,334
  • 16
  • 72
  • 117
0
votes
2 answers

Broadcast receiver in activity Android

Is it possible that If I place some part of the code from my Activity in Broadcast and then even if the activity is not running the broadcasted piece of code will continue to work?If yes any reference to it plz? To b specific I've facebook activity…
Nauman Aslam
  • 299
  • 3
  • 14
0
votes
2 answers

Facebook sdk not posting picture from ios application

I am using the following code to post photo on facebook. if ([FBDialogs canPresentShareDialogWithPhotos]) { FBShareDialogPhotoParams *params = [[FBShareDialogPhotoParams alloc] init]; // Note that params.photos can be an array of images. …
Khawar Ali
  • 3,462
  • 4
  • 27
  • 55
0
votes
2 answers

App crashes when attempting to share image from app on facebook

I am trying to share a post from my application to facebook. It works fine when I enter an image link in the 'picture' key but the app crashes when I give one of my own pictures to share. This is the code I am using NSMutableDictionary *params =…
Khawar Ali
  • 3,462
  • 4
  • 27
  • 55
0
votes
0 answers

onActivityResults not firing when closing activity

I'am attempting to fire the onActivityResults in ActivityA when Facebook has finished returning my user data in ActivityB, but I have not had any luck. Does any one have any insight? Is there any limitation to closing an activity via an inner…
0
votes
1 answer

Facebook sdk Android Null pointer exception

So after alot of trouble nd mess I finally configured facebook sdk in my project nd now when Im trying to implement Log in class it throws the following exception.I've tried to replace my ApplicationId with my numerical id instead of…
Nauman Aslam
  • 299
  • 3
  • 14
0
votes
1 answer

Not sending facebook game request/invite

I'm trying to implement Game Request/Invite. Facebook is not returning any errors and I can share status in the user timeline using the same game/app configuration. This is my code: //…
Filipe Ferminiano
  • 8,373
  • 25
  • 104
  • 174
0
votes
1 answer

Login doesn't work when account is not configured

I'm using the Facebook sdk login control in my app, which is working fine as long as the user configured his Facebook account in the settings section of the iOS. The problem is that users who didn't configure the account report they can't login. In…
Doron Goldberg
  • 643
  • 1
  • 9
  • 23
0
votes
2 answers

How do I remove everything my App has stored about Facebook?

The Facebook SDK for iOS come with some sample applications. E.g. FriendPickerSample and SessionLoginSample. In both when I try to login it will remember my previous facebook users. But I don't want that because I want to use it with another…
Erik Engheim
  • 8,182
  • 4
  • 36
  • 51
0
votes
1 answer

Facebook iOS SDK: Login fields do not populate

I recently submitted an iOS app using the Facebook SDK. I'm using v3.12. I followed the tutorial for logging in as posted here. https://developers.facebook.com/docs/ios/login-tutorial My app was rejected because the "login fields do not…
Andy
  • 1,815
  • 2
  • 22
  • 49
0
votes
1 answer

Android create a button inside a Fragment from an Activity

So I am trying to pickup Java and especially Android programming. But I am pretty new to this so please have patience :-) This is probably very simple for you Android and Java experts. What I want to accomplish is loop through all of my friends and…
Petros Mastrantonas
  • 806
  • 1
  • 15
  • 41
1 2 3
8
9