Questions tagged [android-facebook]

The Facebook SDK for integrating an Android app with Facebook. Questions should involve the usage and development of the Android Facebook SDK, not merely about using Facebook.

The Facebook SDK for integrating an Android app with Facebook.

616 questions
0
votes
2 answers

Facebook 3.0 sdk 's ExecuteBatchAndWait method returns empty response

I am trying to execute multiple requests at the "executeBatchAndWait" method. I am expecting the function to return only after all requests have been executed and all response received. But, the function returns instantly. And when I…
asloob
  • 1,308
  • 20
  • 34
0
votes
1 answer

Facebook, Twitter and Gmail Integration in Android App

I have to share a link to facebook, twitter and gmail. I have implemented facebook integration using Facebook Sdk in my Android app, thus I am able to share my link to facebook. But if I am following the same procedure for twitter, facing lots of…
ARIJIT
  • 515
  • 8
  • 22
0
votes
1 answer

List of all Upcoming Facebook Friends Birthdays in Android

How to get Facebook Friends Birthdays in order of upcoming like: show top on list those birthdays are coming next by using current date and so on. still i am getting birthdays in form of January to December, Getting Friends on Top those birthdays in…
Babu
  • 957
  • 1
  • 9
  • 21
0
votes
0 answers

How to Show ListView Items in Tabs

In Contacts Tab, trying to fetch list of all Facebook Friends In Month Tab, trying to fetch list of Facebook Friends those Birthdays in Current Month In Week Tab, trying to fetch list of Facebook Friends those Birthdays in Current Week I have…
Liza
  • 227
  • 2
  • 16
0
votes
2 answers

How to look up a User on Facebook's Android SDK (using Graph API or whatever) with a User ID?

I have a list of User ids as input to my android program, and would like to look them up on facebook to display names, pics, etc. I see a lot of tutorials on how to get the current users profile, and how to get that users friends. I even see…
J.R.
  • 5,789
  • 11
  • 55
  • 78
0
votes
1 answer

get user's facebook url after login through my app

I have an app, which users will login via facebook to use this app. Now what i'm need is i want to get that logged user's facebook url which comes like "http://www.facebook.com/person.name" Now, I want to get this url or I need "person.name"…
RajeshVijayakumar
  • 10,281
  • 11
  • 57
  • 84
0
votes
1 answer

Android Facebook Single Sign On error

I am trying to implement Facebook SSO in my android app.It opens native Facebook app, after login process complete it shows "500: internal server error".What I am doing wrong? Any suggestion will be highly appreciated . Here is my code public class…
-1
votes
1 answer

Facebook key hash error

And again. I've got Facebook key hash error like this. Carefully noted down that hash key and then insert it into "Key hashes" field into my Facebook app. But this doesn't helps to me, the same error is shown again when I'd try to sign in. Note…
-1
votes
2 answers

Facebook Share dialog not showing the Description

I am unable to find the problem in this code. I am trying to do Facebook Integration where login is successful but problem comes at sharing time. During share, the dialog box must take the mentioned text and the values of 4 textViews. Source Code…
Aryan Sharma
  • 119
  • 1
  • 1
  • 11
-1
votes
2 answers

Why My android app crashes as soon as I open it in device 4.4.3 but not in device 5.0 or above

I have used facebook sdk for log in with facebook and also google map for user current position. It run well in android 5.o or above but crashes in android 4.4.3. I have used following configuration. android { compileSdkVersion 24 …
-1
votes
2 answers

Is it possible to get Facebook Friends List in Android

In my Application i want to Get the Friends list of Facebook. Is it possible to get the Friends list from Facebook SDK. I tried a lot but i am not get succeeded. Can any one help me how to do this.
Surendran
  • 69
  • 1
  • 7
-1
votes
1 answer

I got error " Invalid Key Hash XXXXXXXXXXX does not match any stored key hashes " in realise mode in android?

I develop facebook integration with android. App is running in build mode its working fine but while run in realise mode app is not working. How can i resolve this problem? I got error " Invalid Key Hash XXXXXXXXXXX does not match any stored key…
-1
votes
1 answer

Android LoginButton Facebook no action size height

I have use button facebook, but when set size height, it is no success. Can you help me. It my code :
Nhu Van
  • 111
  • 8
-1
votes
1 answer

invalid key hash. the key hash does not mach any stored keyhash in android?

In my application i am using facebook integration. I added the hash key and release hash key in developer site too. but it is showing "invalid key hash. The key hash XXX does not match any stored key hash. I tried all the links in google. but…
-1
votes
1 answer

How do i get friends from facebook in android?

In my application I need to get facebook friends. I wrote code for that but the result coming like this, response:{"data":[]} my code is: public void getFriendsInformation() { mAsyncRunner.request("/me/friends", new…