Top "Android-facebook" questions

The Facebook SDK for integrating an Android app with Facebook.

Android facebook sdk import error

i had download facebook skd import it in my eclipse add v4 jar file and change complier to 1.6 but yet …

android android-facebook
Android studio: INSTALL_FAILED_CONFLICTING_PROVIDER facebook sdk

I'm facing a strange problem with android studio. I have two Android app that uses facebook sdk with same facebook …

android facebook android-studio android-manifest android-facebook
Share text and URL on Facebook

I want to share a message such as " Check out the image http://someUrl.com Shared from app ABCapp. The …

android facebook android-facebook
Facebook login in my android app is working fine in release apk, but not working properly after publishing the same apk on play store

In my android application, I used facebook login. It is first time ever I used it. The login functionality is …

android facebook android-facebook
added facebook SDK now unable to resume activity force close

My activity is throwing this error on crash: java.lang.RuntimeException: Unable to resume activity {com.beerportfolio.beerportfoliopro/com.example.…

android facebook facebook-social-plugins android-facebook
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
fb://profile/{userid} seems to be not working

I try to launch facebook app with specific page , it was working with earlier version of FB APP but with …

android facebook android-intent android-facebook
java.lang.UnsupportedOperationException: Session: an attempt was made to request new permissions for a session that has a pending request

Below code is for posting status update using facebookSDK3.0 in android. If I'm using UiLifeCycleHelper class its working well. But …

android facebook android-facebook
how to show all friends names in list view

I want to show friend list after log in to facebook through my app in a ListView. But my code …

android android-facebook
Share an image with a content provider in Android app

I'm developing an Android app that is a gallery of images in which the images are downloaded from internet for …

android android-contentprovider android-facebook