Open manojdcoder opened 10 years ago
I use
Social.requestFacebook({ requestType : "POST", url : "https://graph.facebook.com/me/feed", callbackEvent : "facebookPublish", permissionsKey : "email, publish_actions", appIdKey : "553832348058665" }, { link : "http://google.com" });
I'm getting this error
The user hasn't authorized the application to perform this action. But when it asks for me for permission, I click "OK", but still it gives the same error.
@viezel - Could you please give me an example for this?
I use
Social.requestFacebook({ requestType : "POST", url : "https://graph.facebook.com/me/feed", callbackEvent : "facebookPublish", permissionsKey : "email, publish_actions", appIdKey : "553832348058665" }, { link : "http://google.com" });
I'm getting this error
The user hasn't authorized the application to perform this action. But when it asks for me for permission, I click "OK", but still it gives the same error.
@viezel - Could you please give me an example for this?