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 Android helps Android app developer implement Facebook functionality into their Android apps. Features include Facebook Login, Friend and Place pickers, session management, native object responses from the Graph API and Feed and Requests dialogs.
1
vote
0answers
6 views
FbDialog doesn't show full content on smaller devices
Steps to repro
Log in to FB with new FB account I can see the webdialog showing me
current goals and other stuff, but I can not see Authorize OK cancel
buttons(probably moved down). I can not scroll ...
0
votes
0answers
10 views
facebook Request not working
i'm making a reuest to facebook api in android with SDK 3.0.1 and i'm running it with executeAndWait() but the request doesn't work (in debug it jumps directly to next row, not even a millisecond..) ...
0
votes
1answer
18 views
Is there a workaround for when HttpURLConnection.getResponseCode throws NullPointerException?
I'm getting a lot of errors caused by the error already explained here. Basically it happens on android 2.3 or below, when you call getResponseCode of a HttpURLConnection, what is weird is that this ...
0
votes
0answers
11 views
Facebook library removes other libraries
When I add the facebookSDK to my current project it removes the other libraries (e.g. GSON) When I manually try to re-add these libraries the project won't recognise them. What am I doing wrong? ...
7
votes
1answer
193 views
Android Studio - Facebook Login button render error
I have a problem regarding the Facebook SDK and the Login Button. When I tried to put the Login Button, I receive this message
Rendering Problems
The following classes could not be found:
...
-1
votes
0answers
15 views
FacebookSDK removes other libraries [closed]
When I add the facebookSDK to my current project it removes the other libraries (e.g. GSON) When I manually try to re-add these libraries the project won't recognise them. What am I doing wrong? ...
0
votes
0answers
30 views
facebook SDK library disabeling
I've added the FacebookSDK project to my workspace, but when I try to add it as a library to my project it keeps getting disabled. When I add it (by "Properties -> Android -> Library") it gets a green ...
1
vote
0answers
25 views
How to know when to update my facebook profile pic from cache?
In my app, am caching facebook profile pics in sdcard (for caching) with filenames stored as URL link "http://graph.facebook.com/1146636239/picture" --> Something like this.
Whenever i look for ...
0
votes
3answers
49 views
login once and skip login layout everytime app starts after first login
I am writing an android application where I want to integrate facebook login using facebook sdk 3.I have tried lots of tutorial but now successful.Can anyone give me a
complete guide by which I can ...
-1
votes
0answers
28 views
How to login facebook in android by using facebook sdk 3.0.1? [closed]
I want to login facebook by using facebook latest sdk in android.I follow facebook developers blog and create sample application by using this link
...
0
votes
2answers
123 views
Facebook android sdk 3.0 login issue
I have recently upgraded my code to use FB android SDK 3.0. My application has four activities and DOES NOT use fragments. Strangely my code works without any problem on android 2.3.4. But in android ...
0
votes
1answer
49 views
Is it possible to change Facebook login button image in Facebook Android SDK3?
Facebook Android sdk has a com.facebook.widget.LoginButton
I want to put my own image for the Login button. Is it possible ?
So far i've tried adding android:src="@drawable/facebook" to the layout ...
0
votes
1answer
61 views
Android facebook sdk, how to post custom statuses with links and photos
With facebook android sdk 3.0, which method do I use to post custom status messages that contain links and link previews, summaries, and a personal message?
I have ironed out which permissions I ...
0
votes
0answers
52 views
Facebook Android sdk 3.0 : session is null on Activity result
I try to upgrade Facebook Android sdk from 2.0 to 3.0, but I encounter an issue, here is my case :
I have a webview, and I execute the following code when user click on the "Facebook Login" :
...
0
votes
0answers
21 views
Setting url request for facebook in android
I've succesfully sent request facebook with this code
protected void sendRequest(String id_user){
Facebook facebook = new Facebook(APP_ID);
DatabaseHandler db = new ...
1
vote
2answers
63 views
Can't run with Facebook SDK included
I am stuck when trying to run my app with the FacebookSDK for Android included into my project in IntelliJ IDEA.
With a basic Android boilerplate, everything builds and runs fine.
But as soon as I ...
0
votes
2answers
33 views
how do facebook android sample apps work without debug hash?
When I create a facebook app to authenticate android devices, I have to put in a debug hash for testing as well as a hash for my production keystore.
Facebook samples apps on the other hand are ...
0
votes
0answers
61 views
How to post a Like and Comment on photo facebook sdk 3 for Android
I want to know how to post a like and comment on a photo,I can provide photo id and current active session. So please let me know to do it.Any sample code??
2
votes
1answer
197 views
Getting invalid android_key parameter error, after first time login in Facebook Android SDK
I have got the hash key from my debug store using
keytool -exportcert -alias androiddebugkey -keystore C:\Users\user.android\debug.keystore | openssl sha1 -binary | openssl enc -a -e
and pasted the ...
0
votes
1answer
63 views
Facebook SDK 3.0 - Tutorial
Hey can someone point me in the right direction of a good Facebook tutorial for android? The tutorial their developer site isnt all that good.
This is what i've came up with so far:
public static ...
0
votes
1answer
45 views
facebook android sdk, permissions to public to stream with photo
I want to publish to a user's stream/timeline/wall
This will contain and image and a link and text, maybe text of the user's choosing. Anyway what permissions will I need to do this?
publish_stream
...
1
vote
2answers
93 views
Android Facebook SDK 3.0 Session State “Opening”
I am integrating Facebook's Login using their documentation. I am running into an issue where when i click the Facebook Login Widget the session changes to "Opening" and the app crashes
My Layout for ...
0
votes
3answers
49 views
Why is Facebook Android sdk a Project?
Anyone knows why is Facebook for Android SDK distributed as a Library Project instead of a jar?
I know you "can" compile it as a jar and everything, just wondering if there is any advantage on ...
0
votes
1answer
56 views
Implementing Facebook login with UiLifecycleHelper
I have MainActivity and a LoginActivity. I created a super class FacebookActivity to keep the UiLifecycleHelper object and all of the overriding methods:
MainActivity
public class MainActivity ...
0
votes
1answer
47 views
call finish() from static method
I am using the Facebook Android SDK and want to close my Activity after a user logs in and gets the user object. In practice I am storing parts of it but I want to close the activity regardless.
...
1
vote
2answers
34 views
some line of code not getting executed, when doing facebook post functionality
guys i am want to post on facebook, for that using facebook sdk, but some line of code not executed. is pops-up a dialog for login, when i do login, then SessionEvents.AuthListener listener should ...
0
votes
2answers
68 views
How to send request on facebook sdk 3.0 Android
i am working on facebook sdk 3.0 in android and need to send request to friends
and my code is :-
private void sendRequestDialog() {
Bundle params = new Bundle();
...
0
votes
0answers
25 views
How to access a post using facebook android sdk
I was reading the reference present at developer.facebook.com for the Facebook Android SDK ..
But I didn't get anything about if we can access a post using this SDK.
If anyone of you have worked with ...
1
vote
1answer
53 views
Creating a Facebook post with rich/interactive content
I'm looking for a way to create a Wall Post from an Android app that can contain styled/interactive content. Something similar to what the Nike+ Running App does:
What is the correct approach to ...
1
vote
1answer
76 views
How to go Next Activity directly after Login in facebook SDK 3.0 in android
i am using facebook SDK 3.0 when i am login to facebook it come back to login screen than go to next Activity but i want to go directly to Next Activity.
This is my Code :-
if (session.isOpened()) {
...
2
votes
2answers
76 views
How to get facebook profile picture of user in facebook SDK 3.0 Android
i am using facebook SDK 3.0 i have to get profile picture of user login.
Here is the code I use:
URL image_value = new URL("http://graph.facebook.com/"+id+"/picture" );
...
1
vote
2answers
58 views
android facebook post api not working
I am using android facebook api for publishing on users feed.
Login is working successfully,
but the function publishstory is not working. I have the code below.
private void publishStory() {
...
1
vote
0answers
37 views
Non admin login for facebook android application (sandbox mode disbaled)
I have been trying to use facebook login for my android application.
I made sandbox mode disabled from the beginning of the application.
Key hashes are generated.
App Id, facebook login are enabled.
...
0
votes
1answer
43 views
Facebook SDK: (Request) How to detect cannot connect to the server or no internet connection
I am implementing in Android (Java).
I want to throw an appropriate error message when cannot connect to the server. (Either the server is down or there is no internet connection.)
It seems when ...
0
votes
1answer
55 views
Facebook native Android API generates error for non-admin users
I wanted to obtain user access token for my application to access logged-in user's photos etc. I created a login button as given on facebook android SDK tutorials. I am able to get access token for my ...
-4
votes
0answers
38 views
How to create facebook chat functionality in my android application? [closed]
I want to create facebook chat in my android application?I don't know what exactly do to create facebook chat in my android application.For that facebook chat functionality what can i do?
Any one ...
1
vote
2answers
144 views
Set permission for getting User's email ID from Facebook Login
I'm using Facebook 3.0 SDK for android. I have to implement Facebook log in. I'm accessing user's basic info like name, userID. But I want to have access to email also of the user. I have gone through ...
1
vote
2answers
120 views
How to get facebook user access token in android?
I am using restfb API to access my friend's photos in Java. And to access these photos, I generate access code manually using Graph API explorer and pass this as a parameter to the restfb API call.
...
1
vote
1answer
54 views
Upload a photo in my app using Facebook Android API, but not shown to public
I have integrated Facebook login in my Android app, and successfully uploaded photos to my Facebook album using the in-app login. However I wish the shared photos would be public to all of my ...
0
votes
1answer
54 views
Activity or Fragment Activity
I am confused to built an app either extending Activity or Fragment Activity using FaceBook SDK. Before Facebook SDK 3.0 I was used normal activity to built the User Interface. But I saw the examples ...
0
votes
1answer
54 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, ...
-1
votes
0answers
37 views
share to facebook with autologin android [closed]
i've seen similiar questions but I did'nt understand how to make a Share to Facebook Button( in android) which logins automaticaly and lets you share the inputed string by the app
thank you,
Boaz
0
votes
0answers
67 views
Android activity not displaying
I have an application which uses official facebook sdk for downloading facebook albums. Recently, I updated my code to incorporate new FB android sdk 3.0.
My first activity starts FB authentication, ...
0
votes
1answer
52 views
multiple Android Support library v4
I have a project which is using three external libraries: ActionSherlock, ViewPagerIndicator and FacebookSDK 3.x
All of them need the android support library but the problem is that if i link every ...
2
votes
5answers
233 views
Android application has a red exclamation mark in Eclipse after importing the Facebook library
I imported the Facebook library following this tutorial:
http://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/
And now I am ready to compile and try to run the project, ...
0
votes
1answer
26 views
Authorization hangs on App authorization page
In Hackbook Android sample and any other Facebook SDK 3.0.1 samples i getting trouble to login.
I go through facebook login dialog and after successful authentication then app authorization dialog ...
2
votes
0answers
100 views
Android Facebook SDK integration
I want to integrate facebook api in android.
I had implemented facebook 2.0 earlier I want to know if facebook sdk 2.0 is deprecated or not because I want to use 2.0 instead of facebook sdk 3.0 due to ...
0
votes
2answers
77 views
Facebook Android 3.0 get user information from access token
In the SessionLoginSample example from the Facebook for Android 3.0 SDK, the LoginActivity returns an access token in the session object.
How do I get user information from this access token?
Do I ...
0
votes
0answers
38 views
Score won't post to Facebook
I'm going through the Facebook game tutorial and am on part 5 - Publish Open Graph Story. This part focuses on posting scores to the users score feed. The problem I'm having is that it executes the ...
1
vote
1answer
69 views
Integrating Facebook into an Android app for advertising via Facebook
I have an existing Android app which I am trying to advertise via Facebook ads. Facebook said I must integrate their library into my app, starting with downloading their SDK.
When I downloaded their ...




