{ "info": { "name": "Facebook Get User Movies", "_postman_id": "1907939b-a5d0-4e59-9383-fa35ec5b95a3", "description": "The movies listed on the user's profile", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "Search", "item": [ { "id": "b7c77069-7492-4f99-9dac-748529edb62f", "name": "getSearch", "request": { "url": "http://graph.facebook.com/search?q=%7B%7D&type=%7B%7D", "method": "GET", "body": { "mode": "raw" }, "description": "Search over all public objects in the social graph" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "444c872a-e829-4509-b1b8-ee06539cdd09" } ] } ] }, { "name": "Album", "item": [ { "id": "8954305a-735a-4345-a616-6a45e5fbb261", "name": "getAlbum", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":album" ], "variable": [ { "id": "album", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "A photo album" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "726da550-550b-42a4-a021-f440f44e8167" } ] }, { "id": "df7d3eae-cbf3-4b3f-8401-cf18a564cdfc", "name": "getAlbumPhotos", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":album/photos" ], "variable": [ { "id": "album", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The photos contained in this album" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "dfe7f1bc-fbc9-42c4-8e06-9cfea64a04fa" } ] }, { "id": "f7b500f8-e0d9-4ee0-8923-8ea20a537067", "name": "postAlbumPhotos", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":album/photos" ], "query": [ { "key": "message", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "album", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Adds a photo to the album" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "fb32fa61-8735-4507-97ad-ddf9c158d698" } ] }, { "id": "ded44b6a-8cf3-4860-8909-ee4f90580bc5", "name": "getAlbumLikes", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":album/likes" ], "variable": [ { "id": "album", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The likes made on this album" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "9ac71209-a87a-4185-9349-cd72b1953143" } ] }, { "id": "a330fc2c-9362-4902-b073-36196b2b65c2", "name": "postAlbumLikes", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":album/likes" ], "variable": [ { "id": "album", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Likes the album" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "99cf7533-077a-48e6-acd1-64c4810d79a2" } ] }, { "id": "392789bc-5f71-49a9-a272-278a34d607b6", "name": "deleteAlbumLikes", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":album/likes" ], "variable": [ { "id": "album", "value": "{}", "type": "string" } ] }, "method": "DELETE", "body": { "mode": "raw" }, "description": "Unlikes the album" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "a9d968b2-54dc-4dce-b4d0-f845e35ca22c" } ] }, { "id": "eafc12e2-4017-4afb-bcc4-95a8d202589b", "name": "getAlbumComments", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":album/comments" ], "variable": [ { "id": "album", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The comments made on this album" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "6abd2142-f065-41d2-b226-6dd287346ee6" } ] }, { "id": "9310ef78-9b69-48ad-8c96-6b487b75f12f", "name": "postAlbumComments", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":album/comments" ], "query": [ { "key": "message", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "album", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Posts a comment on the album" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "eed99b77-260e-4d41-815b-b4bb4c47f492" } ] }, { "id": "36971f2f-c76c-41a6-baf4-eb58034d9ea6", "name": "getAlbumPicture", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":album/picture" ], "query": [ { "key": "type", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "album", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The album's cover photo; the first picture uploaded to an album becomes the cover photo for the album." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "fb902e83-258d-4383-b0b3-fb8fe64b5d94" } ] } ] }, { "name": "Application", "item": [ { "id": "0882166a-9f50-4f9c-ad9d-cbb16d66c034", "name": "getApplication", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "An application's profile" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "ba424eda-74eb-4be1-9cea-671a1b7c2afe" } ] }, { "id": "f34f812c-f391-4425-a837-8710ae95fc1d", "name": "getApplicationAccounts", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/accounts" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Test User accounts associated with the application." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "1066b2a5-6e48-491f-ab7b-793ffb2fbf2c" } ] }, { "id": "a4a2f1fa-00e7-4fe0-b0c5-b46c49fcc1fe", "name": "postApplicationAccountsTestUsers", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/accounts/test-users" ], "query": [ { "key": "installed", "value": "%7B%7D", "disabled": false }, { "key": "name", "value": "%7B%7D", "disabled": false }, { "key": "permissions", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Creates a test account for the application" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "a4ed9d05-3a6a-407b-b950-04302c4d99dc" } ] }, { "id": "94a1dce3-9018-4173-bcda-4ae4cc358249", "name": "getApplicationAlbums", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/albums" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The photo albums this application has created." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "e0af6e00-036e-43c7-9636-7ea6f689d9f0" } ] }, { "id": "7a5d7533-71e1-488c-ae87-a9f2d89571cb", "name": "getApplicationFeed", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/feed" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The application's wall." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "a4fa3a86-9fe4-49ee-9e62-bde4dcc81ac4" } ] }, { "id": "eee0c787-5507-461b-a7dd-f2645f218f39", "name": "postApplicationFeed", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/feed" ], "query": [ { "key": "message", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Posts a status message on the application's profile page" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "6a93e668-055a-4c21-bf84-1054d28ffb3b" } ] }, { "id": "c683d6b0-db63-44a1-862f-0c893bcb3650", "name": "getApplicationInsights", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/insights" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Usage metrics for this application" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "33d6d871-4b66-4ead-a039-8beb9dfc994f" } ] }, { "id": "d3d3fa66-4a1e-4c86-a94f-7da04150b537", "name": "getApplicationLinks", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/links" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The application's posted links." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "60c63512-b94e-4d5a-8bce-b27971f6d2e6" } ] }, { "id": "741bf561-6cd1-46c7-aeec-cce94a9e7536", "name": "postApplicationLinks", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/links" ], "query": [ { "key": "link", "value": "%7B%7D", "disabled": false }, { "key": "message", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Posts a link on the application's profile page" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "13c665e9-b2ac-4cb3-b897-b2d248758267" } ] }, { "id": "7bd3c47c-f740-4e12-ad63-3a1068484593", "name": "getApplicationPicture", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/picture" ], "query": [ { "key": "type", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The application's logo" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "1937b698-68e7-4730-a1d0-b603689a64a5" } ] }, { "id": "60cc070c-17f9-47c6-96b6-2dc53367f70d", "name": "getApplicationAdds", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/posts" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The application's own posts." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "cf042d14-f32b-46a9-8fa3-ef4b0bb3929c" } ] }, { "id": "8273b4b0-e304-40a1-a832-676c2104261f", "name": "getApplicationReviews", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/reviews" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Reviews of this application" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "bf09538a-dd17-49cd-b5e1-f4b728a892da" } ] }, { "id": "2b47c1b7-36a7-4e3a-90e6-a710e372750d", "name": "getApplicationStaticresources", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/staticresources" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Usage stats about the canvas application's static resources, such as javascript and CSS, and which ones are being flushed to browsers early." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "e8833386-9321-4694-8fd4-ba486bfe61f1" } ] }, { "id": "4105639a-7896-4839-82b8-07cdf1efe7cb", "name": "getApplicationStatuses", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/statuses" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The application's status updates" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "6d1d923a-33bb-49fa-a8f5-3525623c233d" } ] }, { "id": "eb617147-f73c-4e79-abf6-e362e7993127", "name": "postApplicationStatuses", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/statuses" ], "query": [ { "key": "message", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Posts a status message on the application's profile page" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "3a06d3c3-66aa-4ced-8c3a-467c4030901a" } ] }, { "id": "43e07b13-3d69-45a4-9f43-738648b46f62", "name": "getApplicationSubscriptions", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/subscriptions" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "All of the subscriptions this application has for real-time notifications." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "74030e97-ea59-402f-8172-c97eb72b7c76" } ] }, { "id": "0f208ef6-dc6d-46cb-8cd2-c050915ec757", "name": "postApplicationSubscriptions", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/subscriptions" ], "query": [ { "key": "callback_url", "value": "%7B%7D", "disabled": false }, { "key": "fields", "value": "%7B%7D", "disabled": false }, { "key": "object", "value": "%7B%7D", "disabled": false }, { "key": "verify_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Adds a real-time notification subscription for this application." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "ee85527f-e392-4eb3-87a1-5805bd74c19a" } ] }, { "id": "e23f43ba-bb87-4b6c-8efd-6a235e1a0c1b", "name": "deleteApplicationSubscriptions", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/subscriptions" ], "query": [ { "key": "object", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "DELETE", "body": { "mode": "raw" }, "description": "Deletes a real-time notification subscription for this application." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "11c69a67-937b-4ac2-87ec-8a086ecdebe4" } ] }, { "id": "062cf12f-5e41-4d1f-95ab-b5e3a1d22516", "name": "getApplicationTagged", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/tagged" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The photos, videos, and posts in which this application has been tagged." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "e7cf521f-614d-4080-9da0-31240c22dbdc" } ] }, { "id": "995d655b-fb4b-4094-93b4-b9725593b06f", "name": "getApplicationTranslations", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/translations" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The translated strings for this application." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "c4cfb708-bc7f-46bb-8b5f-935f6cb58399" } ] }, { "id": "4af1ded5-608a-4c72-b2ad-18ef5e468388", "name": "postApplicationTranslations", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/translations" ], "query": [ { "key": "native_strings", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Uploads translated strings for this application." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "051288f2-a2bc-4f8d-b972-492a9703724f" } ] }, { "id": "64984c8e-bf07-4100-a38d-db09910dc2ea", "name": "deleteApplicationTranslations", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/translations" ], "query": [ { "key": "native_hashes", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "DELETE", "body": { "mode": "raw" }, "description": "Deletes a translation string for this application." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "67e02d36-55eb-4212-a815-d06d2283e713" } ] }, { "id": "c27d4054-0e7a-45bd-80b8-4fcbe2d708dc", "name": "getApplicationScores", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/scores" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Scores for the user and their friends." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "8bc85252-8382-408a-947c-8b036795525f" } ] }, { "id": "09d8d452-d9e6-4701-a144-67e51e1866d7", "name": "deleteApplicationScores", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/scores" ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "DELETE", "body": { "mode": "raw" }, "description": "Deletes all the scores for the application." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "84b787a4-c0a9-4ade-bee1-dabd3eabbe6e" } ] }, { "id": "ed380a8c-9340-4025-ad8f-97aa65fa6b43", "name": "postApplicationAchievements", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/achievements" ], "query": [ { "key": "achievement", "value": "%7B%7D", "disabled": false }, { "key": "display_order", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Registers an achievement for the application" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "a409c076-c732-409e-b873-a2f058013bc6" } ] }, { "id": "5e569a5b-51ac-4b3b-9220-a03f3a5b4ccf", "name": "deleteApplicationAchievements", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":application/achievements" ], "query": [ { "key": "achievement", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "application", "value": "{}", "type": "string" } ] }, "method": "DELETE", "body": { "mode": "raw" }, "description": "Unregisters an achievement for the application" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "625f1a20-b8f4-4274-b471-f077ec9b009c" } ] } ] }, { "name": "Checkin", "item": [ { "id": "b8bb70e8-7274-415e-ac2e-d6d58eab913a", "name": "getCheckin", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":checkin" ], "variable": [ { "id": "checkin", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Represents a single visit by a user to a location" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "4d722673-ecc9-4ca0-8226-5f71e077e2a3" } ] }, { "id": "2a37bedc-3500-4897-8700-b4adbd361566", "name": "getCheckinComments", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":checkin/comments" ], "variable": [ { "id": "checkin", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "All of the comments on this checkin." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "effd1740-8f4d-4472-ab51-944d57abeea8" } ] }, { "id": "e59b2105-0274-4fa2-b20f-65089e4a3523", "name": "postCheckinComments", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":checkin/comments" ], "query": [ { "key": "message", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "checkin", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Posts a comment to this checkin." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "e3b1e0ff-ee20-444e-8ae4-da7d265b93c5" } ] }, { "id": "2d7ab8c3-5e84-4b4e-80bf-43f423fe585c", "name": "getCheckinLikes", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":checkin/likes" ], "variable": [ { "id": "checkin", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Users who like this checkin." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "296e783a-02f2-40e4-b80c-a0415f1f35c2" } ] }, { "id": "c12e083c-4a45-4c33-8138-367b9ecf10cd", "name": "postCheckinLikes", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":checkin/likes" ], "variable": [ { "id": "checkin", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Likes this checkin." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "ab0ecd7e-e09c-44ab-b904-5de49ffda42e" } ] }, { "id": "549bda4d-616b-43b7-aa9e-def8aa443c1b", "name": "deleteCheckinLikes", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":checkin/likes" ], "variable": [ { "id": "checkin", "value": "{}", "type": "string" } ] }, "method": "DELETE", "body": { "mode": "raw" }, "description": "Unlikes this checkin." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "cfbf6e34-f4fe-4081-ac05-291a140cf57f" } ] } ] }, { "name": "Comment", "item": [ { "id": "7e818526-feec-4a9b-b69e-86e44153162f", "name": "getComment", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":comment" ], "variable": [ { "id": "comment", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Returns a comment" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "222413a7-a318-4177-85b9-989813f8fb9a" } ] }, { "id": "8bc4ae59-43a1-44b8-aa77-a3f0355961f3", "name": "deleteComment", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":comment" ], "variable": [ { "id": "comment", "value": "{}", "type": "string" } ] }, "method": "DELETE", "body": { "mode": "raw" }, "description": "Deletes a comment" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "c01b86de-5b89-43f7-a50c-f36ec5c91e5d" } ] }, { "id": "52d63a1d-05b5-4cac-9002-4b9fcaa659d9", "name": "getCommentLikes", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":comment/likes" ], "variable": [ { "id": "comment", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "All the likes on this comment" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "1e5f4f94-d7ce-43c8-91c9-c0d53c5eb37f" } ] }, { "id": "c004693c-1184-487f-a809-c37730a63e79", "name": "postCommentLikes", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":comment/likes" ], "variable": [ { "id": "comment", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Likes the comment" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "977cc80d-3168-4e69-aa3c-56ece5d3570c" } ] }, { "id": "b9869804-13ef-4872-8fe2-02001bfdf234", "name": "deleteCommentLikes", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":comment/likes" ], "variable": [ { "id": "comment", "value": "{}", "type": "string" } ] }, "method": "DELETE", "body": { "mode": "raw" }, "description": "Unlikes the comment" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "d15a92bb-e350-4b11-9ca5-4ad82850a158" } ] } ] }, { "name": "Event", "item": [ { "id": "82be4b9a-2ce7-464f-a82a-b62b517aa341", "name": "getEvent", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":event" ], "variable": [ { "id": "event", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Specifies information about an event, including the location, event name, and which invitees plan to attend." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "393f3c64-dab8-4d8c-aecb-a820acfa21da" } ] }, { "id": "be1e911f-0594-4425-ac27-64453d21f941", "name": "getEventFeed", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":event/feed" ], "variable": [ { "id": "event", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "This event's wall" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "a955cba2-c4f6-4f63-942c-cb67a48f535f" } ] }, { "id": "8dddbf12-eab2-4da4-bdf6-e451e614e2f6", "name": "postEventFeed", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":event/feed" ], "query": [ { "key": "message", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "event", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Posts a status message on this event's wall" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "4180e38e-dd1b-4fee-b75e-ab950d3ef977" } ] }, { "id": "32424e1f-4337-474e-8c2f-10e5eb57f406", "name": "getEventNoreply", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":event/noreply" ], "variable": [ { "id": "event", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "All of the users who have been not yet responded to their invitation to this event" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "1993d486-e645-4ac4-b8e0-5f832a6d95a3" } ] }, { "id": "bfa01b1a-9f50-4603-826c-aab520739e32", "name": "getEventMaybe", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":event/maybe" ], "variable": [ { "id": "event", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "All of the users who have been responded \"Maybe\" to their invitation to this event" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "35503503-28bf-4268-a75b-c9ce5936bec9" } ] }, { "id": "93cc5f7a-162b-45d4-9080-3055bbe20534", "name": "postEventMaybe", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":event/maybe" ], "variable": [ { "id": "event", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "RSVPs the user as a 'maybe' for the event" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "df3e797d-7355-4e68-b225-b267a783ecf5" } ] }, { "id": "df87334b-8524-4e2b-9e76-7dadf1892fb7", "name": "getEventInvited", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":event/invited" ], "variable": [ { "id": "event", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "All of the users who have been invited to this event" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "2a581fba-1c74-41ca-acb2-3b186886a7b0" } ] }, { "id": "dbd683f8-b4d8-40fb-9766-f057ef8460bc", "name": "getEventAttending", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":event/attending" ], "variable": [ { "id": "event", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "All of the users who are attending this event" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "1fef72a1-0912-480f-b189-981788d38710" } ] }, { "id": "65a9a031-ac0c-4770-96e9-0b73c9b983c9", "name": "postEventAttending", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":event/attending" ], "variable": [ { "id": "event", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "RSVPs the user as 'attending' for the event" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "8ed7fa13-fc90-4b03-9474-867c6c2ff06e" } ] }, { "id": "8a002bf6-3265-4192-a029-f359815ae728", "name": "getEventDeclined", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":event/declined" ], "variable": [ { "id": "event", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "All of the users who declined their invitation to this event" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "ff2364c2-92e8-42a9-954e-9782a2f7cf2e" } ] }, { "id": "1c1a2f36-9683-4b9b-98d5-450c8e953f31", "name": "postEventDeclined", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":event/declined" ], "variable": [ { "id": "event", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "RSVPs the user as 'declined' for the event" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "f8651fe0-7ffc-44a5-8381-3d1f7f358850" } ] }, { "id": "d45b942f-b7ab-40fe-96ab-28a200498142", "name": "getEventPicture", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":event/picture" ], "query": [ { "key": "type", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "event", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The event's profile picture" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "fc34b01b-0380-443d-8889-c77912f9e594" } ] } ] }, { "name": "Friendlist", "item": [ { "id": "8d60c1b1-67cc-4820-840d-f3c04c4e66c8", "name": "getFriendlist", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":friendlist" ], "variable": [ { "id": "friendlist", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "A Facebook friend list. This object represents the list itself and not the members of the list." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "9f1524d1-2a1f-4b26-8b67-c29a2c008355" } ] }, { "id": "d45de6c9-9236-4702-94fa-609ff84a7c4d", "name": "deleteFriendlist", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":friendlist" ], "variable": [ { "id": "friendlist", "value": "{}", "type": "string" } ] }, "method": "DELETE", "body": { "mode": "raw" }, "description": "Deletes the FriendList." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "b1528811-19aa-401a-a28a-4c71fe33935b" } ] }, { "id": "06496360-b631-467e-a14b-c486dd682ad0", "name": "getFriendlistMembers", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":friendlist/members" ], "variable": [ { "id": "friendlist", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "All of the users who are members of this list." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "f2ca8965-aa32-4b4c-97c8-0050c2489559" } ] }, { "id": "c6d16448-e2ea-43f9-b272-26851db656fe", "name": "postFriendlistMembersUser", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":friendlist/members/:user" ], "variable": [ { "id": "friendlist", "value": "{}", "type": "string" }, { "id": "user", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "raw" }, "description": "Adds a user to the friend list" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "fe1edfc3-bc6f-4ee9-997a-0e796ef3c42a" } ] }, { "id": "d049d063-04ac-476f-8400-69c71d3832da", "name": "deleteFriendlistMembersUser", "request": { "url": { "protocol": "http", "host": "graph.facebook.com", "path": [ ":friendlist/members/:user" ], "variable": [ { "id": "friendlist", "value": "{}", "type": "string" }, { "id": "user", "value": "{}", "type": "string" } ] }, "method": "DELETE", "body": { "mode": "raw" }, "description": "Removes a user from the friend list" }, "response": [ { "status": "OK",