Questions tagged [facebook-sdk-4.0]

Facebook sdk 4.0 is latest set of API for facebook developers. It has two branches: - Facebook C#/.Net SDK 4.0 - Facebook PHP SDK 4.0 Use apt tag among two.

Facebook sdk 4.0 is latest set of API for facebook developers. It has two branches:

  • Facebook C#/.Net SDK 4.0
  • Facebook PHP SDK 4.0

Use apt tag among two.

1172 questions
6
votes
3 answers

Compile Error using Parse and Facebook Frameworks in Xcode 6.3 (Swift)

I'm trying to integrate Parse and Facebook's SDK with my app using Xcode 6.3 and am getting these errors when attempting to build: Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_FBSDKAppEvents", referenced from: …
Armin
  • 1,271
  • 3
  • 17
  • 31
6
votes
2 answers

What is the new implementation of app requests dialog in Android Facebook SDK 4.0.1

I was using old implementation of Facebook apprequests dialog in my project like: Bundle parameters = new Bundle(); parameters.putString("message","invite friends message..."); parameters.putString("data","invite friends data..."); …
5
votes
1 answer

iOS Facebook SDK installation - App Events

I'm having a nightmare trying to install the Facebook SDK on iOS for app events analytics. The facebook documentation is terrible, and inconsistent, and I can't find any up to date installation documents that work. All I want to do is install the…
TimWhiting
  • 2,405
  • 5
  • 21
  • 41
5
votes
2 answers

Update Facebook SDK issue

I use Facebook SDK login feature. In console written Your Facebook SDK is out of date. We recommend upgrading to the latest Version 4.37.0, to ensure your app's performance is not affected and to take advantage of our newest features! I updated…
Artyom Vlasenko
  • 385
  • 3
  • 16
5
votes
0 answers

NoClassDefFoundError in InternalAppEventsLogger

I am using the facebook marketing. But its show this kind of exaptions Caused by: java.lang.ClassNotFoundException: Didn't find class "com.facebook.appevents.InternalAppEventsLogger" on path: DexPathList[[zip file…
5
votes
0 answers

Unable to show the provided content via the web or the installed version of the Facebook app. Some dialogs are only supported starting API 14

I am trying to upload image to wall from SD card in Android. I am getting this error - "Unable to show the provided content via the web or the installed version of the Facebook app. Some dialogs are only supported starting API 14." Please let me…
5
votes
1 answer

facebook AppInviteContent: The SDK has not been initialized, make sure to call FacebookSdk.sdkInitialize() first

When i try to Launch AppInviteContent like below : AppInviteContent content = new AppInviteContent.Builder() .setApplinkUrl("....") .setPreviewImageUrl("https://amazingslider.com/wp-content/uploads/2012/12/dandelion.jpg") …
user7732989
5
votes
0 answers

React Native: libRCTFBSDKCore.a and libRCTFBSDK.a conflict

I have a project in react-native that integrate both RCTFBSDK and also RCTFBSDKCore in the project. When i compile I have of course the two .a with conflict (duplicate objects). If I remove -Objc from Other Linker flags of course it compiles but…
benza
  • 307
  • 1
  • 3
  • 13
5
votes
2 answers

Android Facebook SDK login issue with parse sdk

I have a weird problem when logging using the LoginManager class. I am calling LoginManager.getInstance().logInWithReadPermissions(..) from a fragment to login with the required permissions. I've debugged as far as I can and I found that the…
KunalK
  • 1,904
  • 4
  • 22
  • 40
5
votes
3 answers

Open Facebook Messenger in Android

I want to open facebook messenger by code. How I can get the facebook ID?? I have the facebook SDK on my app and I saved for every user the facebookId but is not the same as I need Here is my method: // Make sure the Facebook Messenger for Android…
asda sda
  • 51
  • 1
  • 1
  • 3
5
votes
2 answers

Use Facebook sdk's ShareContent in share intent android

I am trying to use the shareintent in my app but I ran into a problem when sharing a link to facebook, no images is shown with the preview. So tried customizing the android shareintent so that it uses the share functionality from facebooksdk when…
Shafayat Mamun
  • 439
  • 1
  • 6
  • 22
5
votes
3 answers

Deploying Fb app on Heroku

I'm new to Heroku. For sometimes I've been trying to deploy an app on Heroku for Fb but have not seen success. I've tried searching for solution on the internet but have not found any step by step guide, so I'm asking here. My Fb App code…
Sourav
  • 17,065
  • 35
  • 101
  • 159
5
votes
2 answers

Segue won't trigger after Facebook login with Swift

Thanks in advance for your help! I am implementing facebook login on a swift app I'm writing, and I am having some trouble performing a segue after the login completes. As part of FBSDKLoginButtonDelegate, I have two methods: func…
kmypwn
  • 437
  • 1
  • 6
  • 17
5
votes
2 answers

FBLoginManager undeclared type

I installed FacebookSDK using Cocoapods, according to Terminal, I have installed FacebookSDK 4.8.0 (CoreKit, ShareKit and LoginKit), I imported the .h files in my BH-File.h, and already initialized everything in my AppDelegate. For some reason, when…
5
votes
2 answers

Custom Share, Login Button for Facebook SDK iOS

Im sharing image to Facebook to using Facebook SDK. problem is i dont know how to change those buttons to custom buttons. ex: if i trigger button then it shares with facebook. here my code. this is the one Facebook give as default let button :…
Im Batman
  • 1,842
  • 1
  • 31
  • 48