Skip to content

Instantly share code, notes, and snippets.

@mrded
Created June 25, 2014 16:48
Show Gist options
  • Save mrded/b851686abeeb5cabc554 to your computer and use it in GitHub Desktop.
Save mrded/b851686abeeb5cabc554 to your computer and use it in GitHub Desktop.
Drupal 7: FQL get user's current_location
<?php
$access_token = 'woknfowenf';
$query = 'SELECT blabla... FROM blabla...';
$result = fboauth_graph_query('fql', $access_token, array('q' => $query));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment