Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
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.
0
votes
1answer
29 views
Facebook login problems current goals screen not generating oath token
I am a newbie and devleoping an app which uses facebook login and the details which we get after logging from facebook for further interactions. Two days back it was running fine but today it stopped ...
0
votes
0answers
13 views
Errors while importing Facebook Android SDK on Eclipse
Following this documentation:
https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/
I managed to set up everything properly in my work computer, having a world of ...
0
votes
0answers
2 views
Can't login into facebook messages and pages
I just got the htc one x+ but I can't login into eather facebook messages or pages. It says "something went wrong. please try again" I've seen others have the same problem for some years ago but ...
0
votes
0answers
42 views
Android Facebook: Login in One activity and Logout in another activity
In my App i'm trying to accessing facebook. The requirment will be like in two activity's i can log in to facebook and from only one activity i can logout. Consider Acticity A and B,i can log in to ...
-9
votes
0answers
164 views
Facebook Api (in android ) with chat [closed]
I am working with facebook API in my Android App,I wish to Know About Facebook Chat Api Functionalities like
1.Is there any method or it Support Facebook Chat is turned on/off?
2.Can i send chat ...
0
votes
1answer
47 views
publish story on facebook via my app publishes to “only me” using Facebook sdk 3.0
While sharing my app via facebook, it works fine but on the post it says "only me". I want that the post should be seen by all friends. Below is the code snippet I am using:
private static final ...
-2
votes
0answers
33 views
Unable to get user details while login with Facebook [closed]
I am working on an application, i require user to fetch the data from the facebook account, i am using the following code to get the user details like email, name etc.. but failed, can anyone guide me ...
0
votes
0answers
13 views
Hash Key issue in facebook integration
I am using facebook sdk 3.0 to integrate facebook api and allow user to login via facebook form my app .However i am getting a strange issue that when i am using hashkey generated from my computer it ...
1
vote
0answers
31 views
How to send request as Notification to friend in facebook 3.0 android
i have to send request to facebook friends using facebook api 3.0
private void sendRequestDialog() {
Bundle params = new Bundle();
params.putString("to", "100000462110782");
...
0
votes
0answers
29 views
Can't with Login Button using Facebook app
I have problem with authorization using Login Button in my Android app.
This is my code:
LoginButton fbButton=(LoginButton)view.findViewById(R.id.fb_button);
List<String> PERMISSIONS = ...
0
votes
0answers
48 views
StartActivity wont work from onclick event
i'm trying to log in with facebook and pass the user's info to another activity
The problem is when i run the startActivity method with the intent the onclick event gets freeze's and doesn't do ...
1
vote
1answer
62 views
Facebook SDK 3 - Sesion Re-log in issue
I'm using Facebook login as described in the "Getting started" Document - https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/
// start Facebook Login
...
1
vote
0answers
39 views
customize Android Facebook Login button
i want to customize the look of the facebook login button which we get along with the facebook sdk for android (facebook-android-sdk-3.0.1). i want a simple android button which has title "Login via ...
0
votes
1answer
52 views
facebook-androidk-sdk 3.0.1 as library project in maven android
I'm using maven to manage my dependency, how can i add the facebook-androidk-sdk 3.0.1 as library project in pom.
Where i can get the latest code for facebook sdk 3.0.1
I treed to build the apk, ...
0
votes
1answer
38 views
Filtering photos in facebook using graph api does not work
The route me/home?filter=app_2305272732 should work for photos but when I try that, I am getting active access token required error, but if I just hit me/home then it works perfectly.
Also, I tried ...
0
votes
1answer
51 views
Facebook sdk3 publish
After reading the FB publish tutorial
I'm trying to implement a simple publish, but in my application the user doesn't have to be logged in via FB.
I want to open the loggin if needed and if so ...
-3
votes
0answers
46 views
(#200) Requires extended permission: read_stream [closed]
Have added read_stream permission on facebook app which I am trying to acess and even checked for matching of app ids but still I am not able to get rid of this error. Is there anyother thing which I ...
1
vote
0answers
53 views
Android Facebook SDK WebDialog setTheme method not working
I'm using a RequestDialogBuilder in the Facebook SDK to build a WebDialog which sends some invites to Facebook friends.
One of the methods of the builder is setTheme, which takes in an int (res id) ...
0
votes
0answers
25 views
Android facebook sdk 3.0.1 native toasts
after integrating facebook sdk 3.0.1 I'm experiencing many unwanted toast, for Ex. when user cancelling authentication - "User cancelled session with facebook". I tried to cancel those toasts from the ...
0
votes
0answers
76 views
android integrating new facebook sdk 3.0.1 and perform login
I'm trying to upgrade facebook sdk to version 3.0.1 and encountered troubles while performing login. The access token that I'm getting in my session after the login is ACCESS_TOKEN_REMOVED and I don't ...
1
vote
0answers
34 views
Video doesn't upload to facebook wall android
I am uploading video using the following code
Request.Callback callback5 = new Request.Callback() {
public void onCompleted(Response response) {
// response will have an id if successful
...
0
votes
0answers
72 views
Programmatically Facebook loging in on Android (Session.isOpened always returns false)
I'm having a problem loging in programmatically, and after loging in, when I want the user to post something, when I check the acdtive session for isOpened() it returns false, so I cannot make any ...
0
votes
0answers
57 views
HelloFacebookSample hangs when click login [closed]
I downloaded and installed the Facebook SDK into my eclipse. I followed the tutorial to set it up. When I go into my emulator and use the Facebook application I can sign in. However, when I run the ...
0
votes
0answers
24 views
Facebook showing app is misconfigured for login
Hello I am developing an app in which I am posting images to facebook but on some devices its working but on some devices the facebook dialog is showing that the app is misconfigured for facebook ...
1
vote
1answer
104 views
Customize the text in Facebook OAuth Dialog
I am using Facebook Android SDK to implement Facebook Login and access the Facebook Platform APIs from my Android app.
The OAuth Dialog is as follows:
Currently it displays the text: Log in to use ...
5
votes
1answer
64 views
Android - facebook sdk issues
I have included Fb login in my app, When i click on "Log in" button ( com.facebook.widget.LoginButton), it is opening an extra activity with dialog before logging in as shown in the pic below. why is ...
0
votes
0answers
26 views
Conflict between facebook app and facebook sdk
I`m facing this strange issue... Hoping to find out how to solve it.
I have an app that allows the user to log in using his facebook account with "publish_actions" permission. Logging in and posting ...
0
votes
0answers
69 views
Android facebook share multiple url using intent chooser
Is it possible to share multiple URLs in facebook using intent chooser. I am using
Intent intent = new Intent(android.content.Intent.ACTION_SEND);
intent.setType("text/plain");
...
0
votes
1answer
73 views
Android Facebook 3.0 Customize login dialog
I am using the new FacebookSDK and want to use the SSO login feature. What happens is that you get a very ugly Dialog with the requested permissions listed in them. I would rather have the old way(see ...
0
votes
2answers
133 views
Android facebook share text and url
I want to share a message such as " Check out the image http://someUrl.com Shared from app ABCapp. The user must be able to choose any of the installed applications to share with.
I am using the ...
0
votes
0answers
32 views
0
votes
0answers
69 views
Trigger.io Facebook authorize error callback not called when user presses 'back' on FB login (Android)
I'm using forge.facebook.authorize() to log in FB users in my Trigger.io Android app.
When I call this the FB login modal dialogue is displayed. The user can cancel this modal either by:
Tapping ...
1
vote
1answer
100 views
Trigger.io Android mobile app using outdated Facebook SDK? Warning to upgrade to 3.0.1 from Facebook
I've recently received an alert in developer.facebook.com for my Android app built using Trigger.io Forge:
Please upgrade to the Facebook SDK 3.0.1 for Android
attentionThursday
This app uses ...
0
votes
0answers
22 views
How to control that cancel the post of "likes?
while Using android-facebook api,
I got one question !
In short,
How to control that cancel the post of "likes?
0
votes
0answers
107 views
facebook android sdk 3 access token error
i am using facebook android sdk 3.0 and was able to open a session through mobile, was able to access the profile information, useriD, access_token.
But i need to send it to my server which uses the ...
0
votes
1answer
69 views
how to get posts from my newsfeed on facebook containg certain text using restfb
Hi my task is very straight fw:
I want to query my newsfeed for all the posts it contains(from the last 24 hrs), that has the word "nice" in them.
I am using restFB client.
I tried this: (using Graph ...
2
votes
1answer
89 views
Allow user to open phone gallary, select an image and then post to Facebook Wall
Still i am using below code, in which i have given a specific image to post on wall everytime, but now i want to allow user to open phone gallery and select an image and then post to facebook wall
...
2
votes
1answer
46 views
How To Get Clear Image From FaceBook
I used graph API Json Response of Facebook Wall Post Images and display in my APP i successfully got it. But the wall images look very Blur how to resolve? i used this code for get wall picture
URL ...
1
vote
0answers
125 views
Select a Image from Multiple Images and Post to Wall using Graph API in Android
How to select an image from multiple images and then post to wall using Facebook Graph API in Android.
I know how to post a particular image to wall, but this time i want to know how allow user to ...
0
votes
1answer
110 views
Facebook integration for Android: Customize dialogs provided by the facebook app?
My app needs to get some permissions from the user.
To do that, I am using a LoginButton from the Facebook SDK, which fires an intent, which is handled by the official Facebook app, which generates a ...
0
votes
0answers
64 views
android app login to website that uses facebook login
I have a website which uses facebook login to login to itself. I need to login to my website in an android app. The process of login is usual :
1. request to /auth/login
2. redirect to facebook
3. ...
0
votes
1answer
55 views
Android: Facebook api [closed]
I am new to android. I want to mearge facebook in my application. That i searched on Google how to use google api. That are not cleare to me. But i will do it. My issue is that, how to get facebook ...
1
vote
0answers
119 views
Facebook log in using FB_SDK_3.0 for android. Ask for permissions?
I'm integrating Facebook log in for my app. I'm able to get access token and fb user ID and I'm passing it to my backend server. All things are going well, instead unlike from previous FB SDK, this ...
0
votes
0answers
86 views
how to implement facebook top friend request, notification and chat “tabs”?
I am trying to implement like the facebook top friend request, chat and notification icons. I am NOT talking about the slide menu, but the the other icons.
Are these part of the action bar? It does ...
0
votes
0answers
88 views
Getting Facebook Friends Birthdays till December only
I am writing an App in which i am fetching List of all Facebook Friends Birthdays in ascending order by using Current Date..
Problem:
I am getting Facebook Friends Birthdays till this year, in short ...
2
votes
2answers
411 views
Facebook login dialog blank white screen with close button in my Android app?
I am facing Facebook Login Dialog Blank screen with close button
1
vote
0answers
84 views
getGraphObjectList() returns null
Hi I am trying to fetch facebook user data in the my android app. This is the method where I am requesting the user information:
//Requests the user's info
private void makeMeRequest(final Session ...
0
votes
0answers
353 views
facebook application misconfigured for login and unkonown host exception
I am totally stuck up in solving the following problem :
(the question is going to be big enough)
I am developing an android application. I want to create a facebook login for the same.
While I was ...
0
votes
0answers
71 views
Getting softly typed properties of the GraphUser interface
Hi I am trying to fetch user information, in my app I am trying to display the news feed from their facebook account. I am passing the user_stream permission. When I try to get any of the strongly ...
0
votes
1answer
52 views
Facebook share can't get the text
I want to make tweet/share buttons for gamers. They will make them able to write some tweets or share the gained score in the wall.
I found this code:
String shareBody = "Share text";
Intent ...

