Top "Facebook-sdk-4.0" questions

Facebook sdk 4.0 is latest set of API for facebook developers.

Android facebook 4.0.0 share dialog does not share the content

For hours I have been trying to share a content in my android app by facebook 4.0.0 sdk. I exactly followed …

android facebook-android-sdk android-facebook facebook-sdk-4.0
How to write a post on facebook using python

I have tried with a sample code that I found on google.. import facebook def main(): # Fill in the values …

python facebook-graph-api facebook-sdk-4.0
Facebook FBSDKAppInviteContent - Missing App Link URL

Do you need to have your own website with meta tags for your app link url to use the FBSDKAppInviteContent …

ios facebook facebook-sdk-4.0
Could not initialize LoginButton Facebook-sdk for android

im working on an android project an i want to put a Facebook Login feature, i added the Facebook sdk …

android xml facebook facebook-sdk-4.0
Android share image URL with Facebook SharePhotoContent

I'm trying to share a photo using Facebook's new SharePhoto & SharePhotoContent classes in the new SDK. I'd like to …

android facebook facebook-sdk-4.0 android-sharing
Android Facebook SDK 4.0 login with LoginManager

I am trying to migrate login code of an old application from SDK 3.0 to SDK 4.0. I have implemented the Login …

android facebook-login facebook-sdk-4.0
The SDK has not been initialized, make sure to call FacebookSdk.sdkInitialize() first

I have this error when implementing the Facebook SDK and i tried - many of the - solutions but none …

java android facebook facebook-sdk-4.0
Error validating access token: The user has not authorized application. Facebook SDK 4

Here is the case : If I previously granted read permissions to my application via LoginManager.getInstance().logInWithReadPermissions(this, Arrays.asList("…

android facebook facebook-sdk-4.0 facebook-permissions
Facebook SDK v4.0 for iOS - FBSDKProfile currentProfile not being set

I've just "upgraded" my Facebook SDK to 4.0 for my iOS app. I've got the log in working okay, however, according …

ios swift facebook-sdk-4.0
How to set permission "publish_actions" in LoginButton using facebook sdk?

I want to post a picture on facebook timeline. I am using LoginButton to set up the permission of publish_…

android facebook facebook-sdk-4.0 publish-actions