Questions tagged [facebook-sdk-3.1]

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

135 questions
1
vote
1 answer

Unable to get Facebook friends list

I'm using facebook sdk for c# and I have tried the code here :- you can see code in zip file download code zip file but problem in code is it is not retrieving friends list like i am using this line of code to get friends dynamic me =…
1
vote
1 answer

NullPointerException getSupportFragmentManager() with Facebook onSessionStateChange

I am using the Facebook SDK to do a FB login. Sometimes I receive a random NullPointerException when returning from the Facebook login. The NPE is on my line: FragmentManager fm = getActivity().getSupportFragmentManager(); My FB login is in a…
1
vote
2 answers

FBSession must be specified

While trying to use FacebookSDK in an iOS app, I get this message: FBSDKLog: Error for request to endpoint ‘123654789?fields=name,supports_attribution,supports_implicit_sdk_logging,gdpv4_nux_enabled,gdpv4_nux_content': An open FBSession must be…
Michel
  • 10,303
  • 17
  • 82
  • 179
1
vote
1 answer

facebook login sdk throws Application ID cannot be Null

The facebook SDK throws me an error Application ID cannot be Null. When debugging I noticed the application doesn't retrieve the metadata tag value I added under the AndroidManifest.xml file in my project directory under the 'application'…
maryum375
  • 727
  • 1
  • 10
  • 22
1
vote
2 answers

Android Facebook SDK - HelloFacebookSample "Pick some friends" option displays empty screen

Running a freshly installed Facebook SDK v3.15.0 for Android, clicking "Pick Some Friends" button, launched the facebook friends picker, but shows no friends at all. I'de expect it to show a list of all my friends, letting me pick one. Suggestions?
Guy
  • 12,250
  • 6
  • 53
  • 70
1
vote
2 answers

Why the facebook newMeRequest is not response?

I used the following code to get my facebook user profile, the problem is , when I trigger the newMeRequest, it never response. The session is already opened and I have also add the internet permission at manifest.xml, how to fix it ? Thanks for…
user782104
  • 13,233
  • 55
  • 172
  • 312
1
vote
0 answers

Android Upload bundle of images using facebook sdk

I'm trying to post a bundle of images using to Facebook using Facebook SDK. I tried with grap.facebook and RequestBatch. All of images was uploaded but each image show in a single post. How can I post all of these images in a single post like native…
Phu Tang
  • 415
  • 6
  • 16
1
vote
0 answers

How to create different facebook notification when inviting friends in android app?

I had successfully made my android app invite friends ; refer to : https://developers.facebook.com/docs/games/requests/v2.0 WebDialog requestsDialog = new WebDialog.RequestsDialogBuilder(ctx,s, params).build(); requestsDialog.show(); The…
1
vote
1 answer

how to get Facebook user details like phone no,password from android Facebook SDK?

I found out how to get username, user id, user email id using the Facebook SDK. I still don't know how to get the user phone no and user password. I am referring to this Link The example reads the id, the username and the email. Could you tell me…
SAndroidD
  • 1,745
  • 20
  • 33
1
vote
0 answers

Google play link in facebook shareDialog

I am using "ShareDialog" for sharing a link from my app to Facebook wall. The link is the Google Play link. Also I am choosing the picture to be shown in my dialog. When I post a dialog, it shows the link and the picture properly but not the…
iappmaker
  • 2,945
  • 9
  • 35
  • 76
1
vote
1 answer

Facebook PHP SDK vs Third party Python SDK

I need Facebook API for my web app. Official Facebook only provide API in Android, IOS, JavaScript, PHP etc but not in Python. There are third party SDK's available for Python. What should i use PHP SDK (which is official by Facebook ) or Third…
1
vote
1 answer

Facebook Login Iframe

I'm trying to login Facebook through an Iframe in an app developed in IntelXDK. The problem is that the page go outside of the Iframe. In the app i've