Skip to main content

All Questions

1 vote
1 answer
611 views

Facebook Android SDK: 'cannot resolve symbol EVENT_NAME_SUBSCRIBE'

I am trying to implement the following Facebook SDK standard event : /** * This function assumes logger is an instance of AppEventsLogger and has been * created using AppEventsLogger.newLogger() ...
toto_tata's user avatar
  • 15.1k
3 votes
0 answers
535 views

Ads creative post was created by an app that is in development mode

I am working on creating campaigns using facebook marketing api with java code. I am successfully created campaign and adset and targeting stuff but when i created creative it shows me this error ...
Muhammad Naeem Shahzad's user avatar
0 votes
0 answers
196 views

Does Facebook track my application's events even if I disable Facebook Analytics?

I have integrated Facebook SDK in my android application. My question is, "Does Facebook know about my app's activity?". I mean, does Facebook know what other parts(code) of my app does? Even if I don'...
Waheed Abbas's user avatar
2 votes
2 answers
1k views

Android Share to Facebook not working

I'm trying to share a content URL and send it over to facebook. I've been following the official documentation I have the dependencies in grade and I have the following in my Manifest file &...
Ay Jay's user avatar
  • 45
1 vote
0 answers
57 views

How to post a photo to facebook using android app?

In my android app, I capture a photo from my app camera and i want to post that capture photo to facebook timeline. what is the function to instant post. I am new for facebook SDK. Any one please help ...
Deepan's user avatar
  • 9
-1 votes
1 answer
683 views

How can I make to get friends list android app on Facebook?

I want to create get freinds list and unfriend finder feature in android app. I use facebook sdk or etc... Do I need to be authenticated to use the feature? And can I find examples with these ...
ko_ma's user avatar
  • 971
0 votes
1 answer
185 views

Get data for ProfilePictureView Android Studio

I tried to get and show user data from facebook. I create a ProfilePictureView and userName in activity. ( i set id for this ) Next i wanted to post data from java class. When "button" is success ...
Tomasz's user avatar
  • 210
6 votes
2 answers
15k views

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 of then worked. This is what i have: @Override protected void onCreate(@Nullable Bundle ...
Misters's user avatar
  • 1,347
0 votes
1 answer
332 views

Facebook SDK email and gender is given Null in android

Dear developers I'm try to save data from Facebook I'm getting other all data but can't get the email and gender. This is my code loginButton.setReadPermissions("public_profile"); loginButton....
Yaseen Ahmad's user avatar
  • 1,797
0 votes
1 answer
3k views

"SIMPLE" Java Facebook Login

I'm working on a tiny Java Desktop project. Basically, I need to connect my users through their Facebook accounts, and once validated, I'd like to retrieve some of their public information (name, ...
Saif A Baky's user avatar
1 vote
1 answer
922 views

Android Studio Facebook SDK login failure

I'm having an odd problem with Android Studio and the Facebook SDK when I'm trying to run a Facebook login in a fragment but on clicking the login button Android studio displays this error when ...
someguythatcodes's user avatar
1 vote
0 answers
69 views

Post bitmap to a specific album with Facebook sdk android

i have a problem. I have to load an image in the album "mobile uploads" , but i can't figure out how to specify the album . This is my code public void sharePhoto(Bitmap bitmap){ ...
Rainbow Ox's user avatar
0 votes
1 answer
101 views

How to verify two user who are friends on facebook

I am working a mobile application based on facebook. The application creates local user by facebook login. The steps of application are below. Login With Facebook Backend Service Create Local User ...
RockOnGom's user avatar
  • 3,951
0 votes
3 answers
41 views

Add things to view after successfull authentication

I have an application that let's the user log in via facebook. Im using Facebook SDK: public class LoginFragment extends Fragment { private TextView mTextDetails; private CallbackManager ...
Bryan's user avatar
  • 3,531
-1 votes
2 answers
94 views

Which Facebook SDK should I use?

I have downloaded the latest version of the Facebook SDK. Im currently following this guide on how to implement facebook login to my app: https://developers.facebook.com/docs/facebook-login/android ...
Bryan's user avatar
  • 3,531

15 30 50 per page