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 Yahoo! Query Language is an expressive SQL-like language that lets you query, filter, and join data across Web services.
0
votes
1answer
243 views
No definition found for Table
Does anyone know why I am getting the below error message? I am starting to learn the world of facebook development and I cannot find a simple answer.
stdClass Object ( [error] => stdClass Object ...
2
votes
1answer
2k views
Get content of facebook like box plugin with curl
I'm working on a website which should be fully visible for users in a place that Facebook.com is banned for them. so my Facebook like box plugin will not appear for them. ( in order to not localize ...
2
votes
1answer
793 views
Using YQL to get Facebook album photos
I'm very excited about YQL, and I need to get photos from Facebook album. I've found that it's easy to get photos with public table Facebook, and method facebook.photos.get.
The only problem for me, ...
1
vote
1answer
806 views
How can I fetch json values and display in html
I have been killing myself over this for some time. I am looking to use the causes API to fetch some data from some of our causes we have active and display that via html.
I have created a facebook ...
0
votes
2answers
936 views
YQL + PHP : how to make a facebook login
I was reading some stuff about the YQL api that Yahoo! has provided, I am not sure, but it appears to be a collection of lots of third party api into one common language, right?
what I don't get is ...
1
vote
1answer
761 views
Facebook Graph API and Yahoo Pipes : Getting News Feed
I know that the following is used to request the news feed
https://graph.facebook.com/me/home?access_token?...
Which returns the set in json.
What is the way to get this into a pipe ? I have tried ...