Reputation: 113
I'm new to iPhone application development. I like to show comments which are posted in twitter with time and user profile image. I have an url to get rss feed from the twitter. I'm able to get the posts but cannot retrieve the user profile image. So anybody have an idea in this please help me to show comments with user profile image. Any suggestions are accepted. Currently, I'm using this url (http://twitter.com/statuses/user_timeline/19496136.rss) Thanks in advance.
Upvotes: 0
Views: 321
Reputation: 4199
I think that the better idea is to use the Twitter Api for this kind of interaction.
You can write your own "REST client" but I suggest you to do not reinvent the wheel and use the amazing MGTwitterEnginge that provide a convenient Objective-c API so you don't have to deal with the REST API directly .
Upvotes: 1