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.
Android is Google's software stack for mobile devices. Please use the Android-specific tags such as [android-intent], not [intent]. For non-developer questions, see http://android.stackexchange.com
0
votes
0answers
21 views
Facebook sdk login fails in android app
Several weeks ago I finished my facebook login screen in my app, everything worked fine. Today when I was going to login, my app asked for the permissions, I accepted and then instead of run normally ...
0
votes
0answers
11 views
Handling Facebook SDK 3.0 Session lifecycle in Android
I am attempting to update my Android app from the Facebook SDK 2.0 (async API) to the new SDK 3.0. Facebook is not the sole method of authentication in this app. The previous version of the app ...
0
votes
0answers
14 views
Facebook SDK 3 Android - Simple get values but returned in a function
I want to create specific functions for different user properties facebook. GeUID, getName .... These should return a simple string with information. The problem I find is that these requests are ...
0
votes
1answer
27 views
Facebook session throughout the Application - Android
I'm using Facebook SDK 3.0 in my app. I'm able to get user details like access token, email and name through session login example provided in the Facebook Samples. I'm initializing session object and ...
0
votes
0answers
63 views
Facebook connect not working (SDK 3)
In my app I'm using Facebook SDK and everything works fine when I'm debugging it, after signing it I can't log in to facebook account on every telephone (works on Galaxy GIO and s2 not working on ...
0
votes
1answer
33 views
Method is called multiple times but called only once
I implemented Facebook SDK in my Android application. I am using the login function of the SDK. What i am trying to do is the following :
When MainActivity starts, check if there is an active ...
0
votes
1answer
9 views
Android SDK - retrieve statuses
I am tryin gto access a users statuses from the android sdk. I have used pagination but when i am running the app I only get some results until a fixed date. I have also tried to set a timestamp to ...
-3
votes
1answer
18 views
Android/iOS app to facebook app [closed]
I have the code for an application that runs on android as well as ios, how do I make this app into a facebook app? Note, it is not a web app, simply an application that is on the phone, I want to ...
0
votes
1answer
15 views
Cannot see Request Message sent from Android
I have followed the Facebook android Send Requests dialog tutorial
My Friends do receive the requests however they cannot see the message I associated with the request.
e.g.
...
0
votes
0answers
26 views
Facebook integration - login to Android app and read basic user data
I used Facebook SDK sample SessionLoginSample for Facebook integration.
It's not working when we have already installed the Facebook app. The LogCat errors looks like this:
Failed to find ...
0
votes
1answer
13 views
WebView - get back to Facebook comment when login successful
I'm developing a travel application. It has many place and user can comment on it using facebook comments.
I used a WebView to display facebook comments. It can show the comments.
But when click ...
0
votes
0answers
12 views
Android Facebook Graph Dialog content are not fully visible
After lots of googling, I could not find any solution of my problem.
The Facebook dialog with Graph APi is not completely visible in small resolution's device.Few days back, it was fine but toady I ...
-1
votes
1answer
21 views
How to get response from server using REST protocol?
I have a requirement as follows,
1.Get the auth token and auth token secret from a soical networking site( say Facebook).
2.Usethese values in the following url.
...
0
votes
0answers
14 views
why fb cut my video during processing [closed]
I have created a video from images using android app and uploaded to fb. But when i watch this video on fb, video is not started from beginning. video is cut from starting 1 or 1.5 seconds, but when i ...
0
votes
0answers
8 views
build.xml doen't completely run and build release folder in the intended directory when icluded facebook.jar to libs/ in eclipse-android project
I included facebook.jar to my android project in the /libs and refered Facebooksdk project as a reference. my project runs fine, but the bulid.xml doesn't run fully.what to do? plz help
0
votes
2answers
23 views
Edit build.xml in android project to include facebook sdk.jar
I'm editing the build.xml file in eclipse for the next release of a android project. In this sprint I added facebook login feature, so I refered facebook sdk as internal library. Now I want to edit ...
0
votes
0answers
30 views
Facebook.jar in referred libraries list, how to include it by buid file? [closed]
I'm trying to use an ant build file to build my Android project. since I have integrated facebook connectivity in the app I think I have to include facebook.jar files. my facebook.jar file in in the ...
-1
votes
0answers
14 views
Easy Facebook Android SDK Error
I'm facing a problem trying to run the demo from "Easy Facebook Android SDK" from this link:
http://www.codeproject.com/Articles/462526/Easy-Facebook-Android-SDK-Simple-Tutorial
I downloaded the ...
0
votes
1answer
33 views
The method getRequestCode() is undefined for the type SelectionFragment
Excuse me,
I want to try facebook developer for android Tutorial. at Show Friends part.
I have succeed doing Step hello Scrumptious, Autenticate with login and personalize part.
At Show Friends part, ...
0
votes
0answers
18 views
Problems with loging in to my android app with Facebook
I have an android application, and we are using the new facebook sdk (version 3.0.1).
After clicking at the Facebook login button it goes to Facebook LoginActivity, goes back to my
OnActivityResult ...
0
votes
0answers
29 views
Many of my Android users cannot login with Facebook
I have an android application, and we are using the new Facebook SDK (version 3.0.1). Many of my users cannot get in and login with Facebook. After clicking on the Facebook login button, it opens the ...
-4
votes
0answers
21 views
Interfacing Java Script with Android or iOS [closed]
I'm new to programming. I want to design an app for facebook and will be using JSP for it. I know there is JavaScript SDK Facebook to interface between JavaScript and Facebook. What I want to know is ...
1
vote
0answers
11 views
Get which users the request was sent to Facebook Android
I'm trying to create a application were you can "invite" or tell your friends about it through the Facebook request dialog. https://developers.facebook.com/docs/howtos/androidsdk/3.0/send-requests/
...
1
vote
1answer
22 views
Android Facebook session issue
I have used following code for Facebook authentication and it is working fine, but when I have cancelled the authentication and tried to authenticate again the app crashed and the log was Caused by: ...
0
votes
0answers
16 views
Android app log in to facebook button stop work when native app present [closed]
I have built a android application which has login with facebook button.It works well and button toggles between login and logout when there is no native facebook application installed but when native ...
-2
votes
0answers
28 views
How to create facebook chat in my android application? [closed]
I am new at facebook chat. I dont know how to start facebook chat in android application. I refer facebook chat api in developers.facebook.com blog but I don't understand how to start facebook chat in ...
0
votes
0answers
22 views
Not able to login facebook using sdk 2.0 on android [closed]
We have implemented Facebook login using the old sdk(v2.0) in more than five projects but as per this link
Moving to 3.0
Developers should move to SDK 3.0 by June 13, 2013, at which time we will end ...
0
votes
0answers
35 views
facebook signin opens web browser instead of signin dialog(popup)
I am developing an application in which i have used Facebook API to sign in the app.
All was working fine few days ago(when i click on signin button Facebook login dialog appears it logins me ...
0
votes
0answers
25 views
How to do Facebook Integration with the help of Jason Parsing? [closed]
I want to do Facebook Integration with the help of Jason Parsing in android.
0
votes
0answers
12 views
Android - Facebook API : post image
I'm building an app that allows Facebook users to create new events. I noticed that I can't create an event and add an image to it in a unique Graph API call. So I make another call to post the image: ...
-1
votes
0answers
22 views
Facebook SDK 3.0 scrumpotious sample
Please, can anyone help me? I am a beginner and trying to learn Facebook SDK and its concept, I am trying to figure out what went wrong with my code. I am following this ...
0
votes
0answers
11 views
Error while fetching user profile from facebook api
I am integrating Facebook with my application.
However, i succeed to log-in user but when i try to fetch user profile data; it shows following error.
{"error":
{"message":"(#10) Application does not ...
-1
votes
1answer
28 views
How to post message in linkedin , facebook , twitter in android? [closed]
I have a requirement i.e. when the user click on share button it will opens the LinkedIn,Facebook,twitter . when click on any one of these it's post a message on wall. I used socialAuth example but it ...
0
votes
1answer
18 views
How to test if a Facebook user has installed my android application with sdk 3
I am developing an android application that will have Facebook integration.
Users of my application will be able to invite their friends to install my application.
How do I tell which of my users ...
0
votes
0answers
9 views
FQL Query in another FQL Query issue
I recently started rebulding my application to integrate the new Facebook SDK 3.0.1 to comply with the breaking changes scheduled for July, 13.
All was working perfect till then. I am attempting to ...
0
votes
0answers
17 views
Facebook Key Hash on Android
I'm developing for Phonegap, I originally created an Hash Key to test my app using Facebook Features, my app works just fine on my work computer.
I now want to also have a development environment on ...
1
vote
1answer
33 views
facebook-android-sdk: Force reauthentication using the sdk 3.0.1
Is there a way to trigger a reauthentication dialog using the facebook-android-sdk 3.0.1? It is possible using the JavaScript SDK (see ...
1
vote
1answer
35 views
Does Facebook API allow sending and accepting friend requests?
I have tried to comb through the Facebook Developers documentation http://developers.facebook.com/ but haven't been able to answer this question.
I would like to be able to send Facebook friend ...
-1
votes
0answers
18 views
Android ICS wifi issue [closed]
I have an Android Application which integrate facebook-sdk,during facebook Authentication time it takes lot of time and in logcat i am getting this messages ...
D/wpa_supplicant( 298): nl80211: ...
0
votes
0answers
15 views
In Facebook Android SDK 3.0.1, extendAccessToken returns null access token
I tried HelloFacebookSample from Android Facebook SDK to 3.0.1.
I know extendAccessToken is automatically done in 3.0.1.
but it always returns null access token.
(For test, I modified ...
0
votes
1answer
20 views
Facebook Android Login Screen WebViewCoreThread exiting due to uncaught exception
I am trying to implement Facebook for Android in my app. I am running my app on a device with Android 2.0 .
I followed the instructions from ...
3
votes
1answer
39 views
+50
Should Android apps with a server side component access Facebook directly?
If I am building an Android app that uses the Facebook SDK and also has a web app that has most of the same functionality, how should the Android app handle social actions? Should it directly make ...
0
votes
1answer
33 views
Android Facebook and facebook
I'm attempting to use the "Hackbook" app of facebook's as a reference to coding mine which is a fragment instead of activity... However i'mg getting an error on line 64 which is:
mText = ...
0
votes
0answers
47 views
Error executing Facebook examples on Android
I'm trying to run a sample project on the android emulator, the project doesn't have errors, the reference to Facebook SDK was added. But, when I try to run the application on the Android Emulator or ...
0
votes
1answer
34 views
Android and Facebook SDK 3.0.1 function getUserID
I am implementing the new Facebook SDK 3.0.1 and I have some doubts about use with Session.
I created a function to query just the user id:
String userID;
public String getUserID(){
...
-2
votes
1answer
30 views
Facebook SDK gives too many errors after importing the samples
I have followed the tutorial in facebook.com concerning how to integrate facebook into android applications. I have downloaded facebooksdk and imported the projects to a clean workspace on Eclipse. ...
1
vote
0answers
41 views
Facebook Android SDK Login Dialog title bar issue
I've integrated the Facebook Android SDK with my application.
I want to remove the title bar from all screens in the app, including the screen in which the FB login dialog appears.
I've used the ...
0
votes
1answer
55 views
Can't find “this” class NoClassDefFoundError - Android
I'm trying very simply to test the 3.0 Facebook get started guide. https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/
I have had some problems with imports and ...
0
votes
0answers
34 views
Saving photos for sharing later in an app
Is the following scenario possible on either iOS or Android?
User is using an app without any connectivity (they are on a plane)
They take a photo
The app gives them the option to select that photo ...
3
votes
2answers
69 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 ...





