Skip to main content

All Questions

1 vote
1 answer
108 views

Need to pull Graph API JSON and successively narrow my results

Need to pull from the end point "fb_page_categories" which returns an array of all categories a page could fall under. Which looks like so: GET graph.facebook.com /fb_page_categories? This returns ...
Chrslxndr's user avatar
0 votes
1 answer
112 views

Graph API: Check if feed post was made by a Page or User

When using the /page/feed endpoint in the Facebook Graph API I can't figure out how to know if the post was made by a Page or a User Here's how I call the endpoint right now: HTTP GET https://graph....
chribsen's user avatar
  • 6,490
0 votes
0 answers
617 views

Facebook API - Page Ratings and Reviews with 'has_rating'=false

So I am trying to access the Reviews/ratings of a page. I succeed at getting data but it's not complete. On the page in question there are also reviews withing 'X amount of stars'. These reviews are ...
kgongonowdoe's user avatar
0 votes
1 answer
4k views

JSON - get facebook total count from url

This script takes the number of likes from a facebook fan page. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script ...
Marian07's user avatar
  • 2,482
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
504 views

get list of facebook usernames from list of ids

I need to retrieve the usernames of a lot of facebook users, given that I have their facebook ID. I could run a for loop that creates a lot of requests to Facebook graph API but this is pretty ...
Julien Altieri's user avatar
1 vote
1 answer
192 views

Using Fql and trying to parse result with JSON

I have a Fql which generates me the following result, I can log it and thats where I copied it from. 01-10 14:53:46.231: I/System.out(14104): {Response: responseCode: 200, graphObject: GraphObject{...
Junaid's user avatar
  • 7,860
0 votes
1 answer
992 views

FQL Facebook Query - Get All Fields of Page Table

How can I get all data fields of an Facebook FQL Table with one keyword ? for example SELECT ??? FROM page WHERE page_id == "myPageID" ? Thanks
MatthiasUttendorfer's user avatar
1 vote
1 answer
112 views

Traverse FQL Result on PHP

I'am having a lot of issues understanding how json works. I create a FQL query to Facebook and I receive the correct response, but I just can't seem to parse it. This is what I get { "data": [ {...
KingCrimson's user avatar
0 votes
2 answers
2k views

FQL Query get Fan Page name via Fan page ID returns null

Suddenly, the FQL Query does not work, I have this code for so many months and kept it running, now it doesn't work, even my past projects that has this code malfunctioned. For example, I have a fan ...
Brian Coolidge's user avatar
0 votes
1 answer
794 views

How to use data from Facebook FQL results

I am trying to output an FQL result and show it through HTML. What I would really like to achieve is to show the result of this FQL query: https://api.facebook.com/method/fql.query?query=SELECT+id,...
Ryan Jay Mpo's user avatar
1 vote
1 answer
1k views

How to make a Facebook FQL query to select all friends

I'm new with PHP SDK Facebook, so sorry if that quesiton is stupid. So, i have this code SELECT name FROM user WHERE current_location.country = 'Italy' AND uid IN ( SELECT uid2 FROM ...
Marco Baratella's user avatar
0 votes
0 answers
201 views

Getting Facebook FQL response into a data container

I am trying to add FQL queries to Sociogram examle: http://coenraets.org/blog/2013/02/sociogram-a-sample-application-exploring-the-facebook-sdk-and-the-graph-api/ I am receiving data but am getting ...
Citylogic's user avatar
  • 113
-3 votes
1 answer
2k views

Facebook Graph API Explorer "Results Export" out? [closed]

Is there any way to export the results out of Facebook Graph API Explorer please? Or is there any external api to interact directly with it?
夏期劇場's user avatar
  • 18.2k
0 votes
2 answers
1k views

Search facebook public events by location

it's possible to search only PUBLIC EVENTS by location? I'm trying this: https://developers.facebook.com/tools/explorer/?method=GET&path=search%3Fq%3D%2A%26type%3Devent%26center%3D43.7228386%...
Safari's user avatar
  • 11.7k

15 30 50 per page