Grails

Posting status update on twitter using Twitter4j

Hi, In the previous post, we saw how to Retweet any user's tweet from our application. In the same project, i needed to post a new tweet on behalf of the authenticating user from the application using Twitter API. Posting a new status update is quite easy using Twitter4j library. For making any twitter API calls we need to...

by Vishal Sahu
Tag: Tweet
24-Sep-2012

Grails

Parsing tweet for Hashtags, Usernames and URLs in Java

Hi, As i am working on Twitter integration in my current project, i needed to display the searched tweets from twitter API, on my view layer. When we query the Twitter API, it returns tweets text in the form of simple string which contains HashTags, Twitter usernames and links to external resources. While displaying them on...

by Vishal Sahu
Tag: Tweet
24-Sep-2012