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

'text' property ignored on facebook share #150

Open agrycroko opened 9 years ago

agrycroko commented 9 years ago

With TiSocial.Framework v1.8.2 I'm using activityView({text: 'my text goes here', url: 'http://my.url.com', 'etc...});

When sharing via facebook the 'text' value is not showing in the dialog but the 'url' value is showing? Is this a bug or by design?

Using Titanium SDK v4.1.0.GA

agrycroko commented 9 years ago

I should've looked at the issues list more closely sorry: https://github.com/viezel/TiSocial.Framework/issues/136

Guess there's nothing we can do.