Skip to content

Instantly share code, notes, and snippets.

@ashaw
Created November 15, 2011 17:20
Show Gist options
  • Save ashaw/1367670 to your computer and use it in GitHub Desktop.
Save ashaw/1367670 to your computer and use it in GitHub Desktop.
def endpoint(query)
tokens = [
"XXXXX",
"YYYYY"
]
URI.encode "https://graph.facebook.com/search?q=#{query}&type=user&access_token=#{tokens[rand(2)]}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment