Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The facebook-field-expansion tag has no wiki summary.
0
votes
0answers
21 views
how to get the count of custom action on custom object using Field Expansiom
I want to get the number of Actions performed Upon a Product by all the users of the Application..I heard Field Expansion is the way to research. Any1 have any idea on how to implement this?
0
votes
1answer
197 views
Graph api explorer - what is the “with” modifier
In Facebook Graph API explorer, there is a "with" modifier (along with since, filter, limit etc).
What is it used for?
1
vote
0answers
106 views
Do Facebook Graph API calls using field expansion count differently against the rate limits than batch calls
I am looking to optimize my Facebook app.
Today I make a batch call with four graph API calls:
/me
/me/friends
/me/likes
/me/feed
If I change this to a single graph API call using field expansion ...
1
vote
1answer
307 views
Facebook Graph API field expansion in Android app
Is field expansion supported in Facebook's Android SDK? where can I find an example?
There is great documentation on field expansion for the Graph APi. However, I cannot find any documentation for ...
0
votes
1answer
57 views
Get all user details from facebook event with field expansion
I want to get all the user details from an event using the field expansion.
In pseudo code i think it should be something like this.
GET https://graph.facebook.com//attending.user(name,id,picture)
...
0
votes
0answers
70 views
Can we use a nested query with a Batch Query?
In nested query i am referring to https://developers.facebook.com/docs/reference/api/field_expansion/
the query works fine as stand alone call in a single api call, but when i add the query into a ...