-
Book Overview & Buying
-
Table Of Contents
Facebook Graph API Development with Flash
By :
Just because you're not accessing data through the Graph doesn't mean you can grab whatever information you want. You're still subject to the same authentication requirements as before. For instance, you need an access token to run this query:
SELECT uid FROM user WHERE name="Michael James Williams"
Extended permissions are still relevant when using FQL. If you try to query the mailbox_folder table without any permissions, you'll receive an error 612, telling you that mailbox requires the read_mailbox extended permission.
At time of writing, there is no guide in the documentation that explains which extended permissions are required to access given tables (or fields). The closest is this page, which gives descriptions in terms of the Graph: http://developers.facebook.com/docs/authentication/permissions.
One great feature that the database model offers but the Graph does not is a means to get a list of extended permissions granted to the current user.
This...
Change the font size
Change margin width
Change background colour