AT53 Tweet Sheet

buzztouch plugin: AT53 Tweet Sheet
Version: v1.2
Tweet Directly from your APP with the ATRAIN53 Tweet Sheet plugin!
works on iOS iOS
Developer Info
Latest Review
Pointernadthevlad | 03/09/13 (v1.1)
Works great.
Screenshots
More Information
This plug-in displays a TweetSheet in your APP. The purpose of this plugin is to allow
users to Tweet directly from your app without having to use the Twitter app. The
Twitter Framework is built into iOS 5. This plug-in will not work in iOS4.

More Information here: https://dev.twitter.com/docs/ios


iOS Project
------------------------
1) Objective-C class (a total of 2 files) are needed.
at53_tweet_sheet.h
at53_tweet_sheet.m

2) You must import the Twitter Framework into your project for this plugin to
work. Link the Twitter framework to your binary and set it as OPTIONAL so that your
app will compile if your deployment target is below iOS4. Twitter framework
only works on devices with iOS 5 and above.

3) You can use ANY text on the button. You may need to re-size the button in
the .m file.

4) The screen is highly customizable. Add images, text or almost any UIView control
to it. Only the 'tweet' button is required for this plugin to work on a customized screen.

5) You can use multiple Twitter accounts with the TweetSheet. Set these up
ahead of time on your device or the TweetSheet will warn the user to add an
account OR inform them they are not iOS5.


Android Project
------------------------
Unfortunately native Twitter framework is not yet built into Android.

The source files for Androind have been removed to prevent any issues when
downloading the code and to insure Android projects are not impacted by this plug-in.

Hopefully it is someday so this plugin could be ported to that platform.