I am trying to create an album through my web, using the Facebook Api.
With my developer user it works fine, but with another user not (is about permissions issue).
I am trying to debug my code, but when I call this function:
facebook->api("me/albums","POST",array("name"=>$name,"message"=>$message,"privacy"=>$privacy));
My project stops and the others functions in my project, dont execute.
I want retrieve this error to control this call. I mean, if the user haven´t the permissions, i want that my project keep running the others functions.
Thanks so much, I hope your help.