Skip to main content

All Questions

0 votes
1 answer
189 views

Facebook SDK Initialization for SDK v3.23.1 to implement App Events for Android

I am trying to follow the instructions at https://developers.facebook.com/docs/app-events/android#legacy-activation in the section "Legacy SDK Initialization". They say that "in the Facebook SDK for ...
Jaime Montoya's user avatar
2 votes
1 answer
774 views

Cant import facebook Session class in android in android studio

I am newbie to android and working on a demo for getting facebook profilel info after login,I have successfully implemented login and want to fetch profile info,i got the code,But while adding profile ...
sulphuric Acid's user avatar
-1 votes
1 answer
7k views

How to generate a Facebook Release Key Hash on Mac?

I am trying to generate a release key hash for my Android app, following the Facebook docs, I have no problem creating the debug with: keytool -exportcert -alias plicprintdebugkey -keystore ~/....
Edmond Tamas's user avatar
  • 3,217
0 votes
1 answer
901 views

How Do I Fetch Name and Email using Facebook SDK [duplicate]

I am using a TextView to show Name and Email of logged in facebook user, but i really don't know How do I fetch Name and Email ? private void onSessionStateChange(Session session, SessionState state, ...
Oreo's user avatar
  • 2,584
0 votes
4 answers
898 views

Android Http Wrapper

I need to write a simple HTTP wrapper for working with Facebook SDK on android. I'm very new to Android and I'm trying to use tutorials but everything I find is based on HttpClient that is already ...
Irakli's user avatar
  • 983
-1 votes
1 answer
105 views

Facebook SDK Key Hash - forgotton?

I have implemented Facebook SDK into my Android application correctly i beleive with development key hash etc and i am testing the login function. The first time i used the function, the facebook page ...
Ross's user avatar
  • 3
1 vote
1 answer
358 views

What is the best way to implement facebook login on Android?

I looked tutorial on facebook developers and it looks different with what I found on internet. Which one is the best way to implement facebook login? Also, where is the best place to learn facebook ...
stackex's user avatar
  • 3,215
1 vote
0 answers
411 views

Getting user facebook likes and attributes in Android(Facebook SDK 3.18)

This is my login function:- public void loginToFacebook() { mPrefs = getPreferences(MODE_PRIVATE); access_token = mPrefs.getString("access_token", null); long expires = mPrefs....
Rituraj Singh's user avatar
1 vote
1 answer
453 views

NullPointer trying to publish on Facebook without dialog

i'm trying to publish into the users wall, using facebook sdk for open graph with the code below: private static final List<String> PERMISSIONS = Arrays.asList("publish_actions"); private ...
Tofasio's user avatar
  • 425
0 votes
1 answer
127 views

How can I customize the text of a Facebook App Request in Android?

I already built a way for users to send requests to other users, to INVITE them to the android app I have. The thing is, the receiver of the facebook notification, gets this default ugly text "John ...
agustinaliagac's user avatar
4 votes
1 answer
3k views

Facebook Share Dialog is not opening

As per this link here, I have installed the SDK 3.2.1 and implemented a uiHelper, along with FacebookDialog like this: if (FacebookDialog.canPresentShareDialog(getApplicationContext(), ...
Sarthak Majithia's user avatar
0 votes
3 answers
708 views

In Android Shared post from my app using Facebook sharing dialog is showing to me but not to others . Why?

I have attached Facebook sdk to my application correctly and managed to share post on my timeline using FacebookDialog. But my problem is that It is only showing to me but not to others. I don't know ...
Jagveer Singh's user avatar
0 votes
0 answers
108 views

Get image of an item using its id - Android Facebook SDK

I am trying to get user data from its facebook login. I have this following information from the users login "favorite_teams": [ {"id":"7724542745","name":"Manchester United"}, ...
ik024's user avatar
  • 3,586
0 votes
1 answer
313 views

Measure App Installs using Facebook Ad campaign

I am currently working on Facebook ad campaign, I would like to get the total number of application download for Android and iPhone specifically from this Facebook campaign. After going through ...
user3708236's user avatar
0 votes
0 answers
127 views

Posting programatically on facebook using facebook sdk for android

I tried to post on my wall a message by clicking on a button in my activity. I first logged in and i am able to get some of my personal information from facebook too. But, when i am trying to post ...
Prakhar's user avatar
  • 528

15 30 50 per page
1
2 3 4 5
8