There's a problem with a project I'm working on. The project uses some kind of facebook API with@author Naitik Shah and version 2.0.4. Yesterday everything was working fine, but today when I try to login I get the following message:
Fatal error: Uncaught Exception: 200: Requires extended permission: read_stream thrown in /home/vhosts/library/facebook/facebook.php on line 425
The function that throws the exception is called _restserver and the piece of code, that throws the exception is:
if (is_array($result) && isset($result['error_code'])) {
throw new FacebookApiException($result);
}
When I comment the throw part, it appears that $result does not contain the data I need. Any ideas if this is just a bug that will be fixed by facebook, or if they have banned us from calling the API, or something else?
Thank you for your time!
read_streampermission! – ifaour Oct 20 '11 at 8:05