Top "Facebook-android-sdk" questions

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

Session.StatusCallback cannot be resolved to a type - Facebook API

I followed the login authentication tutorial on Facebook and have copied the following code into my android application private Session.…

android eclipse facebook facebook-android-sdk facebook-authentication
Facebook Native ads in recycler view android

I am wondering if anyone has tried to integrate facebook audience network native ads in recycler view ?? Is there any …

android facebook admob facebook-android-sdk facebook-audience-network
Using share dialog in Android Facebook SDK. How to know is user actually shared or cancelled sharing activity?

I have added sharing functionality to Android app as described here https://developers.facebook.com/docs/android/share-dialog/#setup But …

android facebook facebook-android-sdk android-facebook
Android Application Login with Facebook is not working with Facebook App installed

This code is working well when I uninstalled the Facebook App but didn't work with Facebook App installed. I'm using …

java android sdk facebook-android-sdk facebook-sdk-4.0
Facebook LoginButton for Android does not take login_text and logout_text values passed from XML

Facebook Sdk for Android does not take login_text and logout_text values passed from XML. It just ignores it. …

android android-layout facebook-android-sdk
Android FacebookSDK login with native Facebook app installed asks for permissions even after the user have already given them

Condition: Android device with native Facebook apk installed but logged out. Every time this condition is met and the user …

android facebook-android-sdk
Tag <provider> attribute authorities has invalid character '{' in AndroidManifest.xml using Facebook ShareLink

Though I delete the "{}" braces but it still occurs. <provider android:name="com.facebook.FacebookContentProvider" android:authorities="com.facebook.…

facebook-android-sdk facebook-share
Release apk Facebook hash key not same with generated one

I am developing an Android app. In my app, I am integrating Facebook Login. My facebook login working fine. But …

android facebook facebook-android-sdk android-keystore
Facebook Android SDK 3.0, how to share content without the LoginButton

I am now doing a little project that want to have a share button(dialog), when users click it, it …

android facebook facebook-login facebook-android-sdk
Enabling Chrome Custom Tabs for Facebook login using Android SDK

I am using Facebook SDK version 4.11.0 in my app. As per the steps outlined on the Official docs page, I …

android facebook facebook-android-sdk facebook-sdk-4.0 chrome-custom-tabs