I\'ve never used Facebook\'s Graph API, or OAuth. I\'m simply trying to get a public Facebook page\'s feed using the Graph API, but it requires an access token. I don\'t wan
In response to the message of @Psyked and @James_David_Low, it is not recommended to use FQL because is deprecated.
"...There are two low-level HTTP APIs that are also used at Facebook to access the graph: FQL and the Legacy REST API. These APIs contain similar and overlapping functionality, but are deprecated."
New features are generally only available in the Graph API. To future-proof your app you should be using the Graph API in your app if you can.