I'm trying to:
SELECT developer_id FROM app_role WHERE application_id='MY APP ID'
Using a valid token marked with https://developers.facebook.com/tools/explorer
I get this back:
{ "error": { "message": "Invalid application_id in WHERE clause", "type": "NoIndexFunctionException", "code": 604 } }
Now. application_id is definitely correct. The authentication token is verified and associated with this application identifier, and as far as I can see, application_id is fully indexed.
Any ideas what grief is? Thanks.
source share