TwitPic integration

A few weekends back I finished implementing OAuth Echo support in Twaddle. This is the new, secure, way for you to use a third party site which communicates with Twitter for you. The classic example of this is photo sharing services such as TwitPic. Previously such services requires you to send them your username / password which isn’t a good idea. Using OAuth Echo you send them an opaque bit of data that uniquely (and securely) identifies the request as coming from you – the third party site then “echos” this data to Twitter to use for authentication.

OAuth Echo support – in conjunction with the new extensible architecture of Twaddle – means that over the course of a few hours I was able to provide TwitPic support within Twaddle. This support allows you to take a new picture with your phone’s camera (for devices with cameras) or to use an existing photo, both with preview support.

Image Upload – Take a new photo or upload a file

Image Upload – Selecting an image

Image Upload – Preview the image

Tags: ,

3 Responses to “TwitPic integration”

  1. Where can be this version downloaded from? I’ve found only 0.2.004 (or something like that), which doesn’t have oauth/xauth implemented yet nor twitpic integration.

  2. * 0.2.4 it was

  3. MrMDavidson says:

    Just to clarify: Twaddle has always used OAuth. But the new version will use XAuth to initially authorise the user (which gets rid of the stupid browser portion of the authorisation process).

    Both of these features are part of the 0.3 release which I’m hoping to have released *very* soon now.

Leave a Reply