Skip to content

Instantly share code, notes, and snippets.

@kro12
Created March 2, 2013 14:29
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 kro12/5071225 to your computer and use it in GitHub Desktop.
Save kro12/5071225 to your computer and use it in GitHub Desktop.
fql Android native browser
FB.api( { method : 'fql.query', query : friend_query}... <<-- original format - FAILING
FB.api('fql', { q: friend_query }... <<-- altered format - WORKING
@kro12
Copy link
Author

kro12 commented Mar 2, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment