-2

I am trying to post on facebook wall from mysite using hybrid auth api in php but always get an exception/error "The user has not authorized this application to perform the action in facebook post".

Any Guess ??

Thanks in Advance.

visit2shobhit
  • 183
  • 1
  • 4
  • 15

1 Answers1

3

Make sure that you gather the publish_actions permission during Facebook Login. Also, this permission is subject to Login Review, meaning that if you didn't receive the permission yet, you'll only be able to use it with the app's admins/testers/developers.

Tobi
  • 31,405
  • 8
  • 58
  • 90