Skip to content

Instantly share code, notes, and snippets.

@richcaudle
Forked from DataSiftDocs/params-facebook
Last active October 14, 2015 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richcaudle/551578b820633011aca2 to your computer and use it in GitHub Desktop.
Save richcaudle/551578b820633011aca2 to your computer and use it in GitHub Desktop.
parameters={
"likes": false,
"posts_by_others": true,
"comments": true,
"page_likes": false,
"like_counts": true
}
# flatten before URL-encoding
parameters={"likes":false,"posts_by_others":true,"comments":true,"page_likes":false,"like_counts": true}
# URL-encode
parameters=%7B%22likes%22%3Atrue%2C%22posts_by_others%22%3 ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment