MangoTree can tweet, but it currently cannot see what other people are tweeting. There is an API method available, though, that can get the current local feed for the authenticated user. It is called statuses/home_timeline. I already have the OAuth core working pretty well, so all I have to do is execute the method against the URL Twitter gives the developer, providing the correct credentials. Here is the snippet.

Read More from: Original Source