Unable to post Open Graph actions as a Test User
I've been able to post Open Graph actions using my own account, but I'm unable to do the same as a Test User of the application, receiving this error: OAuthException: An unexpected error has occurred. Please retry your request later. I've tested the access token that I'm using with the debugger and it's fine. Here's the code I'm using - I'm pretty sure the code is fine, because it works when I'm logged in as myself: $token = $this->facebook->getAccessToken(); $params = array( 'access_token' => $token, '{object}' => 'http://samples.ogp.me/{objectID}', ); try { $result = $this->facebook->api('