php - Invalid Scopes public_actions error on facebook api integration in codeiginiter
I m trying to integrateFacbook signin API
in my Web Application usingcodeignitor
. I just needuser id
,name
andEmail
.
According to documentation my requirements do not need any access permission https://developers.facebook.com/docs/facebook-login/permissions/overview/
But when I try to usesignin API
its gives me error as below
Invalid Scopes: publish_actions. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions
Answer
Solution:
Well i Found an answer in my config/facebook.php file
i have chaged this line to
Now its Working Fine for me thank you