viezel / TiSocial.Framework

iOS6+ Social.Framework. Appcelerator apps are able to share content to Facebook and Twitter.
MIT License
257 stars 102 forks source link

How to share a url on FB wall? #89

Open manojdcoder opened 10 years ago

manojdcoder commented 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?