viezel / TiSocial.Framework

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

How to handle users that do not have twitter app installed? #142

Open darkhorse2013 opened 9 years ago

darkhorse2013 commented 9 years ago

See title. If twitter app is installed, sending a tweet is trivial, since the username and password is retrieved from settings. When it is not installed, the icon is removed from activity dialog box.

hansemannn commented 8 years ago

The method Social.isTwitterSupported() should check that internally for you. If it is false, you need a custom logic for a fallback handling (e.g. a webview for sharing).