Skip to main content

All Questions

1 vote
1 answer
149 views

Facebook Posted image shared link not working?

When we post image on facebook by my android app it's post successfully but when we click on that post on Facebook app (on mobile devices) there is a toast appear "There's a problem opening this app." ...
Gurmeet Singh's user avatar
0 votes
1 answer
116 views

How to get all objects i.e posts on a page liked by a particular user i.e. 'me' with facebook open graph api?

I need to show all the posts/images from a particular facebook page that has been liked by the user. Now, the problem is I don't want to write nested requests for the graph response. This query ...
Sami's user avatar
  • 282
0 votes
1 answer
431 views

Android facebook api get friend's life events

I can see friends life event's in facebook app, but i can't retrieve it from my app through /me/feed or /me/home or by FQL: SELECT post_id, actor_id, target_id, message FROM stream WHERE filter_key ...
Mikhail Gordienko's user avatar
0 votes
0 answers
576 views

how to get facebook friends list in facebook sdk?

I am trying to get facebook friends list using facebook sdk 3.0 below code : Try 1 : String result; HttpClient httpclient = new DefaultHttpClient(); HttpGet httpget = new HttpGet("https:/...
Mukesh Parmar's user avatar
4 votes
4 answers
876 views

How to get unread messages using FQL?

I am trying to get the body and the sender of all unread inbox . To get all conversation's threads with unread messages I used this query: SELECT thread_id from unified_thread WHERE folder='inbox' ...
Dany19's user avatar
  • 551
-2 votes
1 answer
44 views

Is there any way to find app activity on users wall? [closed]

I am just wondering if there is a way to find for example all post_id's that has been posted on users wall by app? Or something similar to get these posts that has been posted by app - preferably ...
Damian Lesniak's user avatar
0 votes
1 answer
123 views

Facebook Android sdk 3.1 is returning only 10 friends via FQL?

Previously I used to get entire friends list via GraphObject, but now only 10 are being returned. Is there any work around ? Here is my code: String fqlQuery = "SELECT uid,name,pic_square ...
user avatar
1 vote
1 answer
2k views

What version of Graph API is exposed via the FB SDK for Android / iOS when running a FQL query?

I have integrated the Facebook SDK 3.6 in Android and I use a FQL query to fetch user data. Following is the query I use: if(isNetworkConnected() == true){ //Init the LoaderDialog ...
Junaid's user avatar
  • 7,860
2 votes
1 answer
57 views

FQL for Getting How a user connected to logged in user like in linked in

How can I write FQL query for getting information on How a specific user is connected to logged in user (X degree of connection) similar to linked in as shown in the image From image the tooltip (...
Yatheesha's user avatar
  • 10.4k
0 votes
1 answer
194 views

Android Json Parsing from fql query result

I am developing a Facebook app for android.I am working with Facebook Stream table. It gives me correct output. But I uable to parse return json string. This is my Code : void Query() { try ...
this.esty's user avatar
  • 201
0 votes
1 answer
318 views

how to get users' gender by ids using FQL query?

How to get gender of more user by user's id using fql query? I have ex 3 user id: userId1, userId2, userId3. I would like to select gender in 1 query using something like this: SELECT uid, gender ...
alfo888_ibg's user avatar
  • 1,857
0 votes
2 answers
523 views

what is the difference between "Request.newMeRequest" and "new http Request("

I want to get some FB data from my android app. I see there are two ways of doing this: A) new Request(session,"/me/interests", null, HttpMethod.GET, new Request.Callback() { ...
Elad Benda's user avatar
  • 36.2k
-4 votes
1 answer
342 views

Facebook Progressive Jpegs

I am trying to download facebook images and use them as Textures. However, facebook provides progressive JPEG files, which aren't supported in LIBGDX. Does anybody know how to get baseline JPEGs from ...
user3599801's user avatar
1 vote
1 answer
176 views

FQL Facebook SDK not working

I am trying to get my Facebook friends as JSON list, but using the guide below, did not work. It says that when clicking on Query, it should show something similar as this: { data: [ { ...
MOTIVECODEX's user avatar
  • 2,702
0 votes
2 answers
491 views

facebook sdk java query getting name from actor_id with graph API or url/http

How do I get the name of the actor_id in the same request, and display all the information from the table and the "name"? SELECT permalink,actor_id FROM stream WHERE source_id=me() then I want the ...
Liora's user avatar
  • 45

15 30 50 per page
1
2 3 4 5 6