Top "Facebook-android-sdk" questions

The Facebook SDK for Android helps Android app developer implement Facebook functionality into their Android apps.

FacebookSdk.sdkInitialize (Context) is deprecated

I'm using facebook-android-sdk-4.19.0 in Android Studio and I followed the Facebook quick start guide at https://developers.facebook.com/docs/…

android facebook facebook-android-sdk deprecated
Android app Key Hash doesn't match any stored key hashes

I have an application on production on Play Store which uses a login with the Facebook SDK. When I debug …

android facebook-android-sdk
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 …

android facebook facebook-android-sdk
Looking for android Facebook SDK examples

I've looked all over the internet and can't seem to find what i'm looking for... I'm just trying to find …

java android facebook sdk facebook-android-sdk
When to request permissions with Facebook's new Android SDK 3.0?

With Facebook's new Android SDK 3.0 (that was released a few days ago), the process of authentication has changed. So how …

android facebook facebook-authentication facebook-android-sdk
Facebook authentication without login button

I have followed some Facebook API 3.0 tutorials, including the Login/Logout and the Publish To Feed examples. So the login …

android facebook facebook-android-sdk
How to Integrate Facebook Connect with Android

How to integrate Facebook Connect and API with Android Application?

android facebook integration facebook-android-sdk
Facebook login NullPointerException

Am trying to implement the Facebook login for Android using the Facebook SDK (3.17.1) but i am having some issues i …

android eclipse facebook facebook-android-sdk
How to get FB User ID using Facebook Login Button in android application

I'm developing an application in which I'm using Facebook log in button from SDK. I'm able to get access_token …

android facebook facebook-android-sdk
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, …

android facebook facebook-login facebook-android-sdk