Created
June 25, 2014 16:48
-
-
Save mrded/b851686abeeb5cabc554 to your computer and use it in GitHub Desktop.
Drupal 7: FQL get user's current_location
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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