-
Notifications
You must be signed in to change notification settings - Fork 0
Home
satish tamada edited this page Aug 19, 2015
·
2 revisions
Welcome to the facebook_rest wiki!
URL: /user/home
Method: get
Request:
id
Response:
Successful home
{ "success": true, "posts":[{ "name": "satishtamada", "text":"feel amazing", "image": "image url", "apikey": "c4f615c2796c42aa8b2435cc61c0772c" "created_at": "2015-07-07T13:27:51.962Z" },{ "name": "ravi tamada", "text":"feel amazing", "image": "image url", "apikey": "c4f615c2796c42aa8b2435cc61c0772c" "created_at": "2015-07-07T13:27:51.962Z" },..] "error": "null" }
Failed home
{ "success": false, "error": { "code": 101, "message": "server busy" } }