Skip to main content

All Questions

Tagged with
0 votes
0 answers
137 views

"Your SDK doesn't seem to have updated correctly. Please try again." Even after update is done

I have an Android app using Facebook SDK, when I try to add new events I get this message "Your SDK doesn't seem to have updated correctly. Please try again." I have the latest versions for ...
Marvin Who's user avatar
-1 votes
4 answers
589 views

ERROR : E/AndroidRuntime: FATAL EXCEPTION: main : Caused by: The Facebook sdk must be initialized before calling activateApp

hello everyone i have error in my android/java project E/AndroidRuntime: FATAL EXCEPTION: main Caused by: The Facebook sdk must be initialized before calling activateApp screenshots: image 1 image 2
RAGIP MULLAMUSA's user avatar
0 votes
1 answer
30 views

Android Facebook SDK, owner some 3rdparty

Android - Facebook SDK [Advertising] The third party is the owner of the Android application. Install Facebook SDK We create a facebook accout and give it an Application id. We have been doing ...
Ramo Toric's user avatar
1 vote
0 answers
44 views

Facebook Sponsored Message Ad Creative | Java SDK

I am currently attempting to use the Facebook Java SDK to create Facebook Ads/Ad Creative. Here is my code so far: AdCreative adCreative = new AdAccount(id, context).createAdCreative() ...
Hunter Casillas's user avatar
0 votes
0 answers
118 views

Why won't Android Studio recognize the setShareContent() method for my ShareButton when trying to use Facebook SDK?

I'm learning how to implement a button that I can use to have users share content from my Android app to their Facebook timeline. Using a mixture of tutorials and the Facebook Developer website. This ...
laurie's user avatar
  • 985
1 vote
0 answers
99 views

Passing parameters to Facebook App Links in Android

I just began implementing Facebook App Linking into my application. I have got my app ID and app link URL from Facebook and I can share links from my app. I have set up the necessary intent-filter in ...
piet90's user avatar
  • 13
8 votes
2 answers
2k views

How to add title and content after Facebook deprecation?

Here's some code that successfully shares a link to Facebook after a button click: public void onClick(View view) { if (ShareDialog.canShow(ShareLinkContent.class)) { ...
4u53r's user avatar
  • 737
0 votes
1 answer
188 views

Facebook Marketing API Accessing Insights

I am trying to access information about my Campaign but I am having trouble with getting cpc, cpv etc. I am using java facebook ads sdk and implementing it in my java application. This helps me ...
Ђорђе Ђашић's user avatar
-1 votes
2 answers
61 views

I need call another activity automatic, more not know where to put code, facebook login

Sorry my english ! need call another activity automatic, more not know where to put code, "facebook login sdk" It how is code, "startActivity" not function /** * A placeholder fragment containing a ...
Werik Da Silva Pires's user avatar
0 votes
1 answer
489 views

getJSONArray() in GraphResponse Cannot be applied to java.lang.String - Facebook

i have develop a android application integrate with facebook login now i want to make facebook app invite function(invitable_friends api) but in my code i got red underline errors. private void ...
Faisal Mughal's user avatar
0 votes
1 answer
241 views

Why am I getting a NullPointerException when setting read permissions to Facebook login button?

I'm having a problem with integrating Facebook in my project. I added the dependency to my build.gradle file and the imports and stuff are fine, but when I call the setReadPermissions method of the ...
pamobo0609's user avatar
0 votes
1 answer
36 views

Do intents no longer work for posting images on Facebook?

I created an app some time back, using intents. Now it is not working. I learned somewhere that text and image posting through intents are not allowed. I just want to confirm this is the case. If ...
navjosh's user avatar
  • 187
1 vote
1 answer
1k views

How to closeAndClearTokenInformation with facebook sdk 4

I'm upgrading facebook sdk to 4.4.0 with the sdk 3.19.0 on the login process I've got this when I log out "Session.getActiveSession().closeAndClearTokenInformation();" how I do this with sdk 4
Angel Rodríguez's user avatar
0 votes
1 answer
2k views

Facebook SDK - settings.jar not found

So I downloaded the latest Facebook SDK from the Facebook Developer website (4.1.2) and when I tried to import it in to my Android Studio Project, I get an error saying 'Cannot find file C:\Users\...
Fezzy Usmani's user avatar
0 votes
0 answers
222 views

Error compiling Facebook sdk

I am building an app and need to include login with facebook. I have included facebook module sucessfully But i am stuck at two alternatives If i use compile 'com.facebook.android:facebook-...
Akshit's user avatar
  • 140

15 30 50 per page