Questions tagged [android-facebook]

The Facebook SDK for integrating an Android app with Facebook. Questions should involve the usage and development of the Android Facebook SDK, not merely about using Facebook.

The Facebook SDK for integrating an Android app with Facebook.

616 questions
-1
votes
1 answer

Gradle error Android studio 1 import facebook sdk

Following error while importing facebook sdk on android studio 1, http://i60.tinypic.com/160exl4.png , Also , Do user needs fb app on android mobile to use fb share option in my app , or any other option is available I want to share a custom story…
-1
votes
1 answer

How to preselect facebook friends while sending message

I am using : FacebookDialog.MessageDialogBuilder and I am trying to add friends' ids which i get from facebook sdk.Or how can I preselect names before opening facebook message dialog. private void showFacebookMessageDialog() { try { …
jason
  • 3,932
  • 11
  • 52
  • 123
-1
votes
1 answer

Read statuses of a Facebook page

Currently in my Android Application I'm using RSS Feed to display news.As I want to display more number of news, I'm planning to pull data from Facebook using Oauth. How can I pull data from Facebook?
-1
votes
2 answers

Error to Login using Facebook Unity SDK + Android, only when the Facebook App is installed in the Device

I'm using the "Facebook SDK 5.1" with "Unity 4.5.2 - Mac version" to Build my Android App. The App was successfully builded, but I can only execute "Facebook Login" if the "Facebook App" is not installed in the device. When the Facebook App is…
-1
votes
1 answer

Facebook Group chat in Android App

I am new to Android and i am trying for below concept and let me know anyone how to achieve this one. I am log in using facebook in my app and after i need to start fb group chat from there. is it possible and how? Thanks in Advance
Palani
  • 1,891
  • 7
  • 31
  • 42
-1
votes
1 answer

Facebook post link to friends wall problematic

I am trying to post on a friends wall using the following code, which I have taken from one of their tutorials. I have implemented all life-cycle methods, but its not clear as to what is happening. The scenario: I have an activity and a fragment…
Skynet
  • 7,820
  • 5
  • 44
  • 80
-1
votes
1 answer

How to add Title,Description and Image with Facebook Share Intent ?

I am using following code for fb share in android - topics_fb_share.setOnClickListener(new OnClickListener(){ @Override public void onClick(View v) { String urlToShare =…
-2
votes
1 answer

How can i get all facebook friends who is not using my app or not login through my app

Currently i am using facebook sdk 4.4 and i am want to fetch all the facebook friend list who is not uses my app. I have written below code: GraphRequestBatch batch = new GraphRequestBatch( …
-2
votes
1 answer

Error:(24, 51) error: incompatible types: FragmentAcitvity cannot be converted to Fragment

I am new in android programing. I want to add a facebook login page in my ting an error while adding a fragment in my main activity. Here is My Fragment Class import android.app.Activity; import android.content.Intent; import…
shajib0o
  • 581
  • 2
  • 5
  • 8
-2
votes
1 answer

use facebook sdk for login purpose only

Is any any way to use Facebook SIGNUP PURPOSE ONLY? public class MyTestsActivity extends SherlockActivity implements OnClickListener{ private Button mFbLogin; private TextView mWelcome; @Override protected void onCreate(Bundle savedInstanceState)…
dinesh kumar
  • 41
  • 2
  • 9
-2
votes
1 answer

Post message on Facebook wall

I am trying to post a message on Facebook wall through my application. I want to post "yeehaa, you are on facebook now" I am using this code: btnPostToWall.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v)…
-3
votes
2 answers

Android: Import facebook sdk 4.10.1 in eclipse

I am developing an application in which i want to share some content to Facebook. For which i need to use Facebook sdk. I gone through the This Link I downloaded the latest SDK from facebook site as facebook-android-sdk-4.10.1. According to the…
Manoj Fegde
  • 4,786
  • 15
  • 50
  • 95
-3
votes
1 answer

How to specific application user in facebook

I have android application, with facebook integration Now I need to list of users who are signup in our application using facebook, from facebook graph api
-3
votes
2 answers

Facebook SDK location?

I could not write the question simply because stack overflow was not allowing me to. where do we place the Facebook SDK while doing programming for android in eclipse. Suggestions are appreciated.
-4
votes
1 answer

Not getting gender through facebook in android

We are facing problem while getting gender through graph api. We are able to get gender few of account but few account not able to get the gender. We have provided the gender request but not able to understand the problem how to give permission to…
corda dev
  • 169
  • 1
  • 10
1 2 3
41
42