Skip to content

Commit

Permalink
add fql method for facebook API
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuny committed Feb 3, 2011
1 parent dff873c commit 2cfc32a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions services/facebook.json
@@ -0,0 +1,13 @@
{
"base_url": "https://api.facebook.com",
"version":"0.1",
"methods":{
"fql":{
"required_params":["query"],
"optional_params":["format"],
"expected_status":["200"],
"path":"/method/fql.query",
"method":"GET"
}
}
}

0 comments on commit 2cfc32a

Please sign in to comment.