This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources=[ | |
{ | |
"parameters": { | |
"type": "user", | |
"value": "1" | |
} | |
} | |
] | |
# flatten before URL-encoding |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources=[ | |
{ | |
"parameters": { | |
"type": "public_activities", | |
"search_string": "apple", | |
"event_types": [ | |
"activities" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources=[ | |
{ | |
"parameters": { | |
"type": "people_updates", | |
"user_id": "me", | |
"event_types": [ | |
"activities" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources=[ | |
{ | |
"parameters": { | |
"url": "http://www.facebook.com/theguardian", | |
"title": "The Guardian", | |
"id": 10513336322 | |
} | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters={ | |
"comments": true, | |
"plus_ones": true | |
} | |
# flatten before URL-encoding | |
parameters={"comments":true,"plus_ones":true} | |
# URL-encode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters={ | |
"comments": true, | |
"likes": true | |
} | |
# flatten before URL-encoding | |
parameters={"comments":true,"likes":true} | |
# URL-encode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "failure", | |
"message": "None of the supplied hashes were valid" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters={ | |
"likes": true, | |
"posts_by_others": true, | |
"comments": true | |
} | |
# flatten before URL-encoding | |
parameters={"likes":true,"posts_by_others":true,"comments":true} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tick": 1311694603, | |
"status": "connected", | |
"message": "Waiting for data" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "failure", | |
"message": "The endpoint could not be found" | |
} |