I am trying to upload a image to a gallery on a facebook fan page, here is my code thus far,
$ch = curl_init(); $data = array(\'type\' => \'client_cr
Probably your application doesn't have needed permissions.
To request permissions via OAuth, use the scope argument in your authorization request, and include a comma separated list of all the permissions you want to request.
http://developers.facebook.com/docs/authentication/permissions