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

Must openSessionWithAllowLoginUI only when click Facebook login button in iOS

After implementing Facebook login with success in iOS, I need now to call the loginUI only when the user click on the login button. I do not know the right place in my code to call the openSessionWithAllowLoginUI method. I have placed it at…
André Muniz
  • 708
  • 2
  • 8
  • 17
0
votes
1 answer

Facebook Custom Login Sample button name is not appearing in iOS

I have followed the following Facebook Custom login sample from git hub https://github.com/fbsamples/ios-howtos/tree/master/FBLoginCustomUISample they have used XIB instead of that i have used Storyboard. every thing is working perfectly but the…
0
votes
0 answers

not detecting jar file

I want to use the Facebook authentication in my application.For that I have downloaded Facebook SDK. I am trying to run one sample application in that. But, getting the error The container 'Android Dependencies' references non existing library…
thestrongenough
  • 225
  • 2
  • 14
0
votes
0 answers

Can't link facebook to user with parse.com

Hi so I set up the facebook sdk and followed all the steps in the parse.com documentation. (https://www.parse.com/docs/ios_guide#fbusers/iOS), and when I run the app in my simulator the link opens up in the safari browser and allows me to link the…
user3159704
  • 271
  • 1
  • 4
  • 6
0
votes
1 answer

Facebook session using SLRequest in iOS

I have to send app request using facebook sdk as it was not possible through graph call. I have already got my facebook token as well as SLRequest object with access permission granted(yes). I just want to create fb session using above two…
0
votes
1 answer

Is there a way to send app request to Facebook friends without the app request dialog?

I am creating an app that is connected to Facebook. One functionality of this app is to send notifications to Facebook friends (they will able to see using any browser when they log in to Facebook, or in Facebook app) to try and download the app. I…
jmac
  • 574
  • 1
  • 5
  • 11
0
votes
1 answer

Facebook login not working with FB official app installed on phone

I am building an app, which is going to have support for FaceBook. The problem is with login.If original FaceBook app is not installed on phone, the login is going through custom dialog and everything works fine, but if official FaceBook app is…
Amardeepvijay
  • 1,626
  • 3
  • 17
  • 47
0
votes
1 answer

what is facebook application key and how can get this?

In all articles about Using facebook SDK that I have read we need application key or Application Api. For example: http://www.codeproject.com/Articles/98745/Using-Facebook-SDK-3-01-with-C-NET I have created an app in facebook and I have AppID and…
Farzin Kanzi
  • 3,380
  • 2
  • 21
  • 23
0
votes
1 answer

Facebook iOS SDK: How do I send a status post message to a test user?

I've created a test user with the instructions here. How do I send a status post request to this test user account? I tried logging in as this test user under Settings. I can log in successfully. But when I click on the Log in with Facebook button…
resting
  • 16,287
  • 16
  • 59
  • 90
0
votes
1 answer

Facebook Login error when facebook account is already configured in system preferences

I have faced an issue in facebook SDK. if I remove facebook account from System Preferences/Facebook and after that I try to login with facebook then it will redirect me to safari of facebook native application and I can logged in. But when I add…
Pratik
  • 2,399
  • 17
  • 36
0
votes
0 answers

getting BufferOverflowException while running the eclipse

I'm using facebook android sdk (API level 8) to develop the FriendPickerSample part(https://developers.facebook.com/docs/android/). But after executing I'm getting error like, [2014-01-27 16:50:11 - FriendPickerSample] Dx trouble writing output:…
Poles
  • 3,585
  • 9
  • 43
  • 91
0
votes
1 answer

Get email from Facebook User

I am trying to access the user's email address using Facebook php SDK v 3.2.3 The code:
Tester
  • 2,887
  • 10
  • 30
  • 60
-1
votes
1 answer

I have an issue while integrating the Facebook to an android app

I have make a simple test application that will display the list of friends . But the problem is the list is empty . I saw some where on the web that we have to actually fill up all the formalities for registering the FB app , and even upload the…
Nevin Sunny
  • 49
  • 1
  • 6
-1
votes
1 answer

How upload APK with FacebookSDK on google play?

I am creating apps in which I am using facebook SDK for posting purpose,which works successfully but when I add signature(before uploading to play Store) to app at that time it doesn't works(doesn't get posted on Facebook Wall) ....So What to do ?
-1
votes
1 answer

facebook sdk login for android?

I am trying to use the facebook sdk to log in. The code below is suppose to change the value of the TextView to logged in or logged out but when i run it i just get a blank screen. The setText() are not being run. Any help please? public class…
1 2 3
8
9