[twitter-dev] Re: Feedback wanted on Twitter + iOS

2011-06-28 Thread Steve Streza
Ability to access DMs, with a system-supplied modal dialog (a la the Location Services dialog), would be ideal. Steve -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.g

[twitter-dev] Re: A new permission level

2011-05-19 Thread Steve Streza
If you're a developer who got bit in the ass by this move by Twitter, and need to migrate your application from using xAuth to using OAuth, I have a sample project which shows you how to obtain authorization for a user. It's Objective-C, but the concepts should be applicable to whatever language yo

[twitter-dev] Re: consistency and ecosystem opportunities

2011-03-11 Thread Steve Streza
Twitter continues to make hostile and aggressive moves to alienate the third-party developers who helped make it the platform it is now. Today it's third party Twitter clients. Tomorrow it'll be URL shorteners and image/video hosts. Next it'll be analytics and ads and who knows what else. Maybe

[twitter-dev] MGTwitterEngine with OAuth and XAuth support

2010-05-02 Thread Steve Streza
Hey everyone, I'm one of the collaborators on the MGTwitterEngine project for Mac and iPhone developers. We've finished our initial implementation of OAuth and XAuth support within MGTwitterEngine. This uses the OAuthConsumer framework to handle the business end of OAuth, meaning that there are on

[twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-03-26 Thread Steve Streza
Especially on mobile devices, it's significantly faster to sort tweets by comparing the long long representation of an ID rather than by the date. It's also more accurate, as two tweets that come in at the exact same second will still be sorted in the correct order. Steve On Mar 26, 4:41 pm, Tayl

[twitter-dev] [ANN] OAuthery - Mac developer tool for logging into Twitter OAuth manually

2010-01-01 Thread Steve Streza
Hey everyone, I just released a tool for Mac OS X called OAuthery. It allows you to manually obtain an access token using the PIN-based workflow. This is especially useful if you're using OAuth in a script or a bot. You enter your consumer key and consumer secret, and the system will obtain a requ

[twitter-dev] Twitpocalypse and yajl

2009-06-12 Thread Steve Streza
For those who didn't survive to the post-twitpocalyptic world thanks to YAJL, give this patch a shot. http://gist.github.com/129033