facebook-fql Questions

3

Solved

{ "id": "11882030_4952296803730", "from": { "name": "xxx", "id": "11882030" }, "message": "test", "picture": "https://fbcdn-photos-a.akamaihd.net/hphotos-ak-ash4/408410_4952294483672_29...
Mines asked 17/1, 2013 at 2:47

5

I am trying to implement the stream (news feed) paging function to my app, but it does not work as expected. I found many similar questions here but there are no solutions to solve this problem. I ...
Winifred asked 15/2, 2012 at 7:49

7

Solved

I'm using FQL to retrieve a list of users from Facebook. For consistency I get the result as JSON. This causes a problem - since the returned JSON encodes the user IDs as numbers, json_decode() con...
Zapata asked 25/5, 2010 at 19:20

3

Solved

As you can see in the screenshot above, I got Facebook app review approval but now I tried to access Facebook public page posts and comments per page. Still, I am getting bellow massage in R Cons...
Arthurarthurian asked 31/5, 2018 at 11:50

7

Solved

I am using ruby-1.8.7-p302/Rails 2.3.11. I am trying to use FQL (Facebook API) to get stats for a link. Here's my code: def stats(fb_post_url) url = BASE_URI + "?query=#{URI.encode("select like_c...
Mastrianni asked 9/3, 2011 at 11:8

3

Solved

Facebook like check I've found an interesting app . This fb-app get all likes from any fanpage and sort it by mass and country! My question: how do these app get the data from the graph api...
Ilbert asked 31/1, 2013 at 17:49

6

I parse the JSON String and face the error org.json.JSONException: Unterminated object at character 25 my JSON is retrieved from Facebook {Response: responseCode: 200, graphObject: GraphObject{g...
Egret asked 13/3, 2014 at 3:6

3

Solved

i am working on a android app which is integrated with facebook . i am using fql query to fetch info from facebook. my fql method is void runfql(){ String fqlQuery = "SELECT uid, name, pic_small...
Prepared asked 10/4, 2013 at 6:50

3

Solved

some of the profile fields i am trying to get from Facebook when logging in a user, are not going through. I am using passportjs in node. this is the facebook strategy: passport.use(new FacebookS...
Kerrin asked 8/12, 2013 at 19:22

3

Solved

I'm able to return a location's details by sending a query via the graph api with the location's ID, however I'm looking to achieve the reverse - effectively find location id by sending a request c...
Excision asked 18/3, 2011 at 20:39

7

Solved

Where can I run FQL queries online in my web browser?
Stridulous asked 29/5, 2010 at 12:49

7

How can I count the total friends of a Facebook user by uid?
Giuseppinagiustina asked 20/8, 2010 at 1:10

13

I'm using the Facebook API to get the like/share count for given URLs. The strange thing is that it seems to be quite inconsistent in returning results. For example, this page returns results: ht...
Debbydebee asked 15/3, 2012 at 21:15

2

Solved

Let's say two users are using an application and have granted the application appropriate permissions to retrieve their likes. Is it possible using FQL or the graph api to find what likes they have...

6

Solved

The problem is that after v2.1 of graph api fql will be deprecated. Can someone tell me how to get separate likes, share count for given url using only graph api? I was looking for some documentat...
Kyungkyushu asked 19/9, 2014 at 18:38

5

Solved

The default sorting order of the facebook comments plugin is by social status. How do I set the default order to reverse chronological on my web page? I know there is an option on the top of the p...
Rikki asked 20/9, 2011 at 7:49

6

Solved

I want to display large photos in my Facebook app's feed view immediately. Is it possible to get the large photo src URL from a stream/feed using one API call? The photo id is returned in the strea...
Citizenry asked 29/9, 2011 at 15:24

3

Solved

When I request a photo from Facebook, some urls are like this: https://{hidden_for_privacy}79141548_n.jpg And others are like this: https://{hidden_for_privacy}23364315_n.jpg?oh=c566c56ca9fd7eb...
Gamut asked 9/7, 2014 at 14:32

4

I am developing a Facebook application. I want to know how I can get friends in the order of number of mutual friends. Is it possible with FQL or any other method?
Crewelwork asked 16/10, 2011 at 8:54

5

Is there any restriction in number of calls we make to facebook's graph api? and If it is there then how many calls can we make per app daily?

1

I want to query all events in an area (a specific location + reach as explained here is fine) and return event locations, no matter if via Graph Search or FQL. Problem: I only get a very small amou...
Reconstructionist asked 1/6, 2013 at 11:49

5

Solved

I know there's a Graph api url for getting the recent wall feeds: https://graph.facebook.com/me/feed?access_token=... But how do I get the Recent Activity? Is there any way? FQL (not Graph API) ...
Avera asked 12/7, 2011 at 11:57

2

I used the FQL until a few days ago to retrieve Facebook data, but I noticed that it will be discontinued in about 1 year so I upgraded to Graph API. But am I using it correctly? Will this method w...

1

Is there a way to extract the data of a given Facebook Question/Poll that is inside a group? It does not need to be automatized. There is a single poll result that I want to manually retrieve the ...
Spatola asked 19/5, 2015 at 20:0

3

What's the best way to get the like, share, comment count for a post? I'm trying via FQL but it doesn't seem to give any data when the URL is a FB post URL: SELECT like_count, comment_count, sh...
Caudex asked 28/9, 2013 at 0:21

© 2022 - 2024 — McMap. All rights reserved.