Skip to content

Instantly share code, notes, and snippets.

@tubalmartin
Created December 12, 2012 18:28
Show Gist options
  • Save tubalmartin/4270292 to your computer and use it in GitHub Desktop.
Save tubalmartin/4270292 to your computer and use it in GitHub Desktop.
Facebook FQL result
USERINFO
Array
(
[data] => Array
(
[0] => Array
(
[name] => user
[fql_result_set] => Array
(
[0] => Array
(
[uid] => 1394933189
[name] => Túbal Martín
)
)
)
[1] => Array
(
[name] => user_pages
[fql_result_set] => Array
(
[0] => Array
(
[page_id] => 125547970806318
[name] => margenn
[page_url] => http://www.facebook.com/margenn
[type] => LOCAL BUSINESS
)
[1] => Array
(
[page_id] => 163333547016092
[name] => Programación
[page_url] => http://www.facebook.com/pages/Programaci%C3%B3n/163333547016092
[type] => COMMUNITY
)
)
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment