Having issues with the Facebook API...

Jaxel

Well-known member
Not really a PHP question... just a general coding question...

I'm trying to get the live videos from a user on Facebook. I am testing it using the API explorer:

https://developers.facebook.com/too...d=GET&path=524730693/live_videos&version=v2.6

I've clicked "Get Access Token" and given the token EVERY permission. Yet when i click submit, I get the following error:

Code:
    {
     "error": {
        "message": "(#100) No permission to perform current operation.",
        "type": "OAuthException",
        "code": 100,
        "fbtrace_id": "CXNPh2e3OjF"
     }
    }

What am I doing wrong here?
 
Back
Top Bottom