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.
0
votes
0answers
13 views
Share user detail with server from android
I have created Facebook App on developers.facebook.com , I have included website, android and iOS details. I have successfully integrate facebook SDK v3 into Android application, Also I have done ...
0
votes
1answer
55 views
Convert Activity to a simple one button Facebook 3.0 Login
Been banging my head against the walls for just short of a week trying to wrap my head around Facebooks newest SDK for Android ( 3.0 ) , Seems to me Facebook has managed to overcomplicate something ...
0
votes
1answer
74 views
Facebook android sdk how to get the number of likes for a given page
I would like to get the number of likes for a given page with its id.
Here is the graph api request I would like to translate with the facebook-android-sdk.
I cannot figure how to make it. I get ...
0
votes
2answers
174 views
Android: Facebook 3.0 Post on friends wall using the FQL request response (As of Apr23,2013)
My app generates custom listview of friends arrange by their birthday. So I have used SELECT name, uid, pic_square, birthday_date FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me()) ...
0
votes
1answer
52 views
Proper way to create Facebook Session for login?
So, I have a Dialog with a "share" button. When the button is pressed it calls a method that shares the users information if they are already logged in to Facebook. However, if they are not logged ...
0
votes
1answer
88 views
Facebok null GraphObject
I have been stuck with facebook implementation for days. I was getting this error no matter how I tried to post to wall:
Response: {Response: responseCode: 200, graphObject: null, error: ...
0
votes
1answer
148 views
Login with Facebook-Android-SDK 3.0 using Shared Preferences/Session
For a long while I was using a login almost identical to the one found in this tutorial until I realized it was deprecated.
So like a good developer I decided to try upgrading my login to Facebook ...
0
votes
0answers
37 views
How to receive all friends scores from app using an open graph API?
I'm following the Facebook tutorial on how to implement Facebook into a game app for Android. I'm on the "High Scoreboard" part towards the end of step 1. In this step they provide a way of retrieving ...
-1
votes
0answers
75 views
Facebook Graph API to get all events created by user for android app
i need to develop an android app which has to list all the events of user. Could someone explain how the api should look? and how to set all the permisions? I was reading about those api's and I don't ...
0
votes
0answers
63 views
Facebook api Android-sdk Detect and read incoming mailbox messages
Using Facebook Android-sdk, I'm already logged in, how can I detect an incoming Facebook inbox message and read it? Can someone show me an example?
0
votes
0answers
58 views
How to post picture with text to user's wall using Android SDK for Facebook (version 3)?
Firstly, sorry for my English, please :(
What am I trying to achieve? I'm trying to achieve this:
There's full-size (or just big) picture with some text. I did it with help of facebook web ...
0
votes
1answer
42 views
OnClickListeners not firing when Fragment initiated
I have exhausted all efforts on trying to figure out this problem. I am building an app with facebook login. I am using Android Facebook SDK 3.0 and the process works flawlessly. The problem comes ...
0
votes
2answers
187 views
Stuck on White Screen Appears after Facebook login Android
I'm using Facebook SDK to login to facebook account...
after trying to sign in white screen appears and stuck on it..
this is my code :
`
public class MainActivity extends Activity implements ...
0
votes
1answer
58 views
FQL query error: “An unknown error has occurred.”
I've started facing some problems with Facebook FQL without any change to my code. And they're also getting solved without any change!
I'm receiving this annoying message that has no clear indication ...
0
votes
1answer
97 views
[Resolved]Android LogginButton: An error occurred.Please try again later(Invalid Application ID: The provided Application ID is invalid.)
I made a demo following the tutorial "Use Facebook Login".
I have setted this code in MainFragment:
LoginButton authButton = (LoginButton) view.findViewById(R.id.authButton);
...
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 ...
0
votes
0answers
83 views
Android Facebook SDK 3.0 Sample implementation
The Problem: I can't implement FB SDK's login samples.
I tried what developers.facebook says but it doesnt work. I change the hash a few times with the different options the site gives but nothing..
...
0
votes
2answers
44 views
Unrequested user logins with Facebook for Android SDK
The observable behaviour is the following:
Open auth activity
Login using facebook sdk button
Logout (close session)
Kill app
Open app
Open auth activity again
Facebook automatically logins the ...
0
votes
1answer
172 views
Managing Facebook Session in Android App throughout multiple activities with Facebook SDK 3
I have started using Facebook SDK 3.0. I am using LoginButton widget to login into the Facebook. I am referring Scrumptious sample for doing so. In this sample, one Activity(Where session is being ...
1
vote
2answers
34 views
how to import different class on different Android sdk version
here is the example:
PhoneConstants.java is new added on Android 4.2, and i use this class by import it to my custom class:
import com.android.internal.telephony.PhoneConstants;
on this way, my app ...
0
votes
0answers
74 views
com.facebook.FacebookOperationCanceledException: Invalid application [closed]
I got this error when testing on phone with Facebook SDK 3.0 at line
Session.getActiveSession().onActivityResult(getSherlockActivity(), requestCode, resultCode, data);
any one know what is the ...
1
vote
1answer
64 views
Different facebook apps are using the same key hash
The Android developer documentation contains the following advise on Signing an application:
"In general, the recommended strategy for all developers is to sign all of your applications with the same ...
0
votes
2answers
136 views
Change the Facebook SDK 3.0 Loggin Button Image
I'm integrating the facebook SDK 3.0 into my application, I've add the facebook login button to may layout, can someone help me how can i change facebook login button with my custom image
...
0
votes
1answer
29 views
Apps that have open developer SDKs for android [closed]
Which are some of the popular apps which have opened up their SDKs for third party developers? I am looking to develop apps for platforms different than mobile/tablets. Some of the apps that I have ...
1
vote
0answers
55 views
use facebook session id from my android app to compare the session id generated in facebook php
Is it possible to use facebook session id from my android app to compare the session id generated in facebook php. I am using php-mysql framework.
In the sense,
I have an android app implementing ...
0
votes
0answers
61 views
Android Facebook SDK 3.0 refresh token issue
I have native Facebook application installed on the device, In my test 'First Android Application' sample I am verifying if my token is getting extended. On Nexus 4.2/4.2.2/LG AT&T device I notice ...
0
votes
1answer
216 views
Getting email address by using Facebook SDK 3.0.1 for Android
I'm currently developing an application which aims to authenticate any user by using Facebook acoount.
I have a trouble in getting user email from user's account. My code is below
private void ...
0
votes
1answer
43 views
Android SDK 3.0: requesting publish perimissoins causes login again
When I'm trying o request publish permissions after login via facebook dialog (no fb app is installed) I'm asked to login again, and after that everything is running normally. Is there any way to ...
0
votes
1answer
82 views
What is the difference between using “com.facebook.android.LoginButton” and “com.facebook.widget.LoginButton”?
While referring Login Operation of Facebook in facebook-android-sdk sample apps, I found in the sample app "Scrumptious", the "com.facebook.widget.LoginButton" is used and in the another sample app ...
2
votes
0answers
49 views
How to post on the Wall of a page using Facebook Android SDK 3.0? [duplicate]
I have an App page at fb.com/my_own_app_page. Now using the Facebook SDK for Android I would like to post on the wall of fb.com/my_own_app_page. How do I achieve that?
As the graph path is set to ...
0
votes
0answers
54 views
Get user Facebook friend photos (tags and uploaded)
I am trying to get photos which are uploaded by user friend and in which user is tagged with his/her friend. I have user friend Facebook id and user id. I am using Facebook 3.0 sdk
if ...
1
vote
0answers
51 views
SDK for Android:How facebook check the Hash key?
When we want to use Facebook SDK for Android as our SSO solution, we need to put our Android application signature into our Facebook application settings (Step 5 of Facebook sdk for android).
And ...
1
vote
1answer
100 views
How to authorize my app through facebook and fetch facebook user information using Facebook SDK 3.0
I am able to login to facebook from my app by integrating Facebook latest SDK i.e. 3.0
But now I want to fetch user information and I am not able to find a way to do so. All links I am getting from ...
0
votes
1answer
104 views
Publish not working in Facebook SDK 3.0 with proguard
My android app works perfectly when used without Proguard, but when used with Proguard I do get the user_info permission but am not getting the publish_actions permission.
I even tried
-keep class ...
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
0answers
33 views
Facebook dialog doesn't come up
here is the code i am trying to solve i found this code on this link
https://developers.facebook.com/docs/tutorials/androidsdk/3.0/scrumptious/authenticate/
package com.example.fblogin;
import ...
0
votes
0answers
115 views
When trying the facebook loggin in Fragment getting this exception Failure delivering result ResultInfo{who=null, request=64206, result=0, data=null}
I used the facebook android SDK 3.0 to develop a profile widget(which show the logged user profile image and the name) for my application, I've gone through this tutorial and
...
0
votes
0answers
32 views
0
votes
0answers
38 views
facebook 3.0 SDK minimal approach
I want to have FB login in my app but I want my server to do things on user behalf. I am little confused on the approach Please suggest. Following are the steps which I have planned
(assuming there ...
1
vote
1answer
64 views
Does our Apps load all classes in the included library files?
In android applications we include many library files such as google-play-services-lib and Facebook-SDK etc. But we never really use all features and classes from those libraries, so my question is ...
0
votes
0answers
60 views
Facebook Login page doesn't show up
i am using facebook sdk 3.0 ,and i m following the tutorial https://developers.facebook.com/docs/tutorials/androidsdk/3.0/scrumptious/authenticate/ her is the code i am using
my code includes a ...
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 ...
2
votes
0answers
66 views
Facebook Android SDK ProfilePictureView caching
I am using ProfilePictureView class to display profile pictures. It takes a bit of time to request these images and display them. In a ListView with multiple profile pictures, then it will clearly ...
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 ...
1
vote
1answer
250 views
Facebook Android SDK Session openForPublish not creating a new session
In the Facebook Android SDK when I call
Session tempSession = new Builder(this).build();
Session.setActiveSession(tempSession);
tempSession.openForRead(new ...
0
votes
0answers
22 views
Getting people chain that bind me with a Facebook user (Android SDK Facebook API)
Could some kind of query in Android using the Facebook API to give me back the users who are in the middle between a user who use my application, logging in to her, and anyone else on Facebook?
...
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
0answers
94 views
Failure delivering result ResultInfo in Action Bar Sherlock, Facebook
I'm using the Action bar sherlock library in my application and I currently have one two tabs as fragments:
Tab A : Users views information in a list
Tab B : Users can log into facebook
I need the ...
1
vote
0answers
104 views
How to post a photo from my device to a friend's timeline with android sdk
I know that after removing ability to post to friends walls via Graph API, we should invoke the feed dialog. But the feed dialog could not meet my requirement. I want to post a photo, which is on the ...
0
votes
1answer
39 views
Empty graphobject on OG request
When trying to post an activity to Facebook from a native Android application, I get the following response after executing the request:
{
Response: responseCode: 200,
graphObject: null,
...


