176
votes
23answers
76k views
Android Facebook style slide
The new Facebook application and its navigation is so cool. I was just trying to see how it can be emulated in my application.
Anyone has a clue how it can be achieved?
On clicking the the top ...
67
votes
17answers
34k views
App is misconfigured for Facebook login : Android Facebook integration issue
I have integrated my application with Facebook,for these I am using Facebook's Graph API.I am retrieving profile & friends information.It is working fine on my device which has Android version 2.3 ...
59
votes
4answers
1k views
Facebook's “Messenger” has a SMS Broadcast Receiver that takes highest priority after reboot
Facebook's Messenger, has a priority of 2147483647, for their android.provider.Telephony.SMS_RECEIVED broadcast receiver, declared in their manifest.
(It's sad we are forced to not follow the ...
43
votes
4answers
59k views
Android/Java — Post simple text to Facebook wall?
I'm trying to integrate posting to one's wall from within my app. I already have an area where the user can save his/her username and password (encrypted). I would like my program to recall the saved ...
37
votes
7answers
41k views
Share Text on Facebook from Android App via ACTION_SEND
I have an Android app and it supports sending text via other apps. It therefore uses the ACTION_SEND intent and the EXTRA_TEXT field. The chooser presents me with all apps that can handle such an ...
36
votes
14answers
39k views
key hash for android-facebook app
I m working on Android app, in which I want to integrate facebook
posting feature, i downloaded the facebook-android-sdk and I got
readme.md(text file) in there, in which it is mentioned to generate
...
34
votes
3answers
17k views
How to make Facebook's app new menu on Android? [duplicate]
Possible Duplicate:
Android facebook style slide
Recently Facebook released a new version of its Android application that features an improved navigation. One main new feature is the new ...
31
votes
6answers
12k views
Android Facebook SDK 3.0 gives “remote_app_id does not match stored id” while logging in
I'm trying to build a app that uses Facebook SDK for Android 3.0. But when I'm trying to call
Session.openActiveSession
It just simply gives me a SessionState with CLOSED_LOGIN_FAILED, and LogCat ...
29
votes
4answers
11k views
Open Facebook page from Android app?
from my Android app, I would like to open a link to a Facebook profile in the official Facebook app (if the app is installed, of course). For iPhone, there exists the fb:// URL scheme, but trying the ...
29
votes
8answers
14k views
Integrating FaceBook, Twitter, Social networks in Android
Integrating Multiple Social networks into Android with a single common Framework or API or JAR
For iPhone we have ShareKit, which integrates multiple sharing options in one framework.
...
26
votes
2answers
2k views
What APIs in Android is Facebook using to create Chat Heads?
How does Facebook create the Chat Heads on Android? What is the API to create the floating views on top of all other views?
22
votes
5answers
21k views
Side navigation menu like Facebook app
I'm looking for something similar to what the new Facebook app has implemented for the Android/ios mobile applications. I am referring to a side navigation menu which opens with a finger movement. ...
21
votes
13answers
19k views
Login failed invalid key error with Facebook SDK
I get "Login failed error" with the Facebook Android SDK while running on the device. I have done everything what they specified, like creating a hash and all.
The error is:
...
21
votes
9answers
12k views
Android invalid key and Facebook Connect
When I try to implement Facebook Connect in my Android application, I get the following error.
11-02 16:41:31.660: D/Facebook-authorize(13194): Login failed:
invalid_key:Android key mismatch. ...
21
votes
3answers
20k views
Post message to facebook wall from android fb sdk always error
I have problem with fb sdk for Android (downloaded from http://github.com/facebook/facebook-android-sdk). Tried to post wall but always get error (permission already set and logged in to fb)
here is ...