Skip to main content

All Questions

0 votes
1 answer
479 views

show a list of the pages you manage toggle is off by default

My app has been approved for pages_show_list and permissions listed below. Everything was working fine till yesterday, but suddenly when user tries to login, show a list of the pages you manage toggle ...
Aromal S's user avatar
3 votes
1 answer
357 views

Facebook share link with metadatas from android app

I implement sharing on facebook in my android app and according to facebook share sdk for android there is no option to share a link that will look like this : As I dived into the docs - https://...
Yarin Shitrit's user avatar
0 votes
0 answers
150 views

In Facebook Android SDK, How to fetch is_verified flag using GraphRequest?

We are trying to fetch is_verified like below: GraphRequest.newMeRequest(loginResult.accessToken) { `object`, response -> Log.v("LoginActivity", ...
Ashok's user avatar
  • 839
0 votes
1 answer
63 views

Cannot get list of albums Facebook GraphRequest Android

I am try to get facebook shared albums from facebook GraphRequest API. in loadAlbum method can get only id as a object , this is facebook sdk implementation 'com.facebook.android:facebook-android-sdk:[...
P Rane's user avatar
  • 306
3 votes
1 answer
972 views

Login with Facebook latest sdk if native app install then dialog not open in android

I am using latest Facebook-sdk for Login with Facebook implementation 'com.facebook.android:facebook-login:[5,6)' Try to login with facebook using custom button I am also getting this error in ...
Dinesh's user avatar
  • 1,558
1 vote
1 answer
189 views

Share Facebook profile after Login - user_link

We have a platform where users get logged in with Facebook. Now on customers demand, we want to provide a feature where we will request logged in users profile link at the time of login via user_link ...
Amit Pandey's user avatar
2 votes
0 answers
223 views

Facebook Login/Signup - Android SDK - Throwing Graphmethod Exception Error

When using Facebook login for users to sign up through Android SDK we are getting the following error. We are ONLY requesting public_profile and email, which are both defaults. However on my account, ...
Nick Ev's user avatar
  • 41
0 votes
2 answers
1k views

I am unable to upload App Icon file in Facebook Console

I am trying to upload the App Icon. The file that i am uploading is as per the explained criteria. Its a PNG file and of size 1024*1024 pixels size. I have tried multiple times to upload the file. ...
iMDroid's user avatar
  • 2,118
-1 votes
1 answer
125 views

Facebook android app v 3.1 not fetching date of birth and gender

I am tired to get date of birth and user gender in my android app by using Facebook SDK. I am using Facebook Sdk v. 4.5.1 and as a app in developer.facebook.com there is a 3.1 version in my app. in ...
Kashish KD Gandhi's user avatar
1 vote
1 answer
54 views

How to get Facebook friends in android after Facebook F8 [duplicate]

Looking for facebook friends In our android app we are giving facility log in with facebook and we need to fetch all friends of logged in user so we can match their Id's and show common friends of ...
Npawar's user avatar
  • 21
0 votes
0 answers
76 views

How to use GraphRequestBatch on android?

I'm retrieving the posts of a public page like this: GraphRequest request = new GraphRequest( AccessToken.getCurrentAccessToken(), "/DrumTalkTV/posts", null, HttpMethod.GET, ...
Juan Lopez's user avatar
3 votes
1 answer
1k views

Android Facebook Login API returns only name and id

Hi i am using Facebook graph Api in android application, i am able to submit a request and get response but although my scope is "email", "user_birthday", "public_profile" it returns only name and id....
Sathya Baman's user avatar
  • 3,504
0 votes
0 answers
50 views

What access token should I use to get public feed with facebook api graph on android

I'm trying to make an android app that use the api graph and I have serious problems to understand how it works. I only need to retrieve public data and the app has no login so at the beginning I ...
Juan Lopez's user avatar
1 vote
1 answer
358 views

Using Graph API , how to retrieve Images of the comments and replies to the comment?

I am creating an Android App.The App have a feature that retrieve Facebook posts using Graph API. My Problem My Problem is , the received JSON lacks the following fields: Url for the images ...
RagAnt's user avatar
  • 1,076
-1 votes
2 answers
53 views

Not getting email from facebook after logging success, it is giving name only

callbackManager = CallbackManager.Factory.create(); fbLoginButton.setReadPermissions("email"); fbLoginButton.registerCallback(callbackManager, new FacebookCallback<LoginResult>() { ...
Nitin Prakash's user avatar

15 30 50 per page
1
2 3 4 5
19