169
votes
23answers
69k 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 ...
66
votes
17answers
33k 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 ...
44
votes
3answers
973 views
+200

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 ...
42
votes
4answers
58k 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
39k 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 ...
34
votes
12answers
36k 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
16k 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 ...
29
votes
6answers
10k 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 ...
28
votes
3answers
10k 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 ...
26
votes
8answers
13k 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. ...
21
votes
9answers
11k 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
19k 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 ...
21
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?
21
votes
5answers
18k 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. ...
20
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: ...

1 2 3 4 5 226
15 30 50 per page