Facebook FQL Request Error
Today while attempting to query Events data through FQL, I received the following error: Impersonated access tokens can only be used with the Graph API. It was a strange error since I had already created my access token with the right scope. To query the data I’m using the pythonforfacebook SDK which uses https://api.facebook.com/method/fql.query as [...]