-
as seen on How to geek
- Search for 'How to geek'
You probably have an RSS reader you really like and several feeds you follow. We encountered a situation recently where we had a Twitter feed for free eBooks (HundredZeros), but no RSS feed on the website and no RSS button on the Twitter feed. NOTE: See our recent article about HundredZeros for more…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to put the first n entries from my twitter feed on my blog with the usual enhancements:
Convert URLs to real links
Remove @ replies
I realize this wouldn't be too difficult to code from scratch with $.getJSON, but since this sort of thing is so common, I was wondering if there was a neat…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am trying to play around Twitter API for my Blackberry application. Is there any library through with i can access twitter information.(I want to pull feeds in my twitter account.)
Any help would be appreciated.
Thanks & Regards,
Jim.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to read the public twitter status of a user so I can display it in my Windows Phone application.
I'm using Scott Gu's example:
http://weblogs.asp.net/scottgu/archive/2010/03/18/building-a-windows-phone-7-twitter-application-using-silverlight.aspx
When my code comes back from the async…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello there,
So I've managed to get the feed from twitter and am attempting to parse it...
I only require the following fields from the feed:
name, description, time_zone and created_at
I am successfully pulling out name and description.. however time_zone and created_at always are nil... The following…
>>> More