Ropu's posterous

Techie Fan

[twitter-api-announce] Introducing the Follow Button

Hey developers,

Today we're launching the Follow Button!  Similar to the Tweet Button,
it's a new widget that lets users easily follow a Twitter account from
any web page. The Follow Button has a single click follow experience,
simple implementation model, and is configurable to fit the needs of
your website.

Read our announcement on the Twitter blog, and use the resources below
to set up your own Follow Button:

- Create a Follow Button here: http://twitter.com/about/resources/followbutton
- Detailed documentation: http://dev.twitter.com/pages/follow_button

We’ve also added a Javascript layer to our Buttons and Web Intents
that makes it possible for you to detect how users are interacting
with these tools, and to hook them up to your own web analytics. More
details on: http://dev.twitter.com/pages/intents-events

We're excited to see how you guys will implement the Follow Button.
Let us know what you think, or if you have any questions.

Arnaud / @rno

Filed under  //   twitter  
Posted May 31, 2011

[twitter-api-announce] DM enforcement date has been extended to the end of June

Hey everyone,

We wanted to say a big thank you to the developers who have been sending us debug information, and details of steps to follow to reproduce device specific issues. An especially big thank you to those of you who have shared the changes you made to your applications on the mailing list.

All of this information has helped us to improve the OAuth flow for you and your users. But, we know that we're getting close to the DM enforcement date and that some of these new features aren't available to you yet. 

We understand this means you might not be able to fully test your updated flow so we are going to extend the deadline until the end of June. 

This makes the new enforcement date Thursday, June 30th, 2011.

Below is a list of the features we are adding in response to your requests and feedback:

1. Adding the force_login parameter to the /oauth/authorize screen to ensure the /authorize screen displays a login screen.

2. Adding the screen_name parameter to the /oauth/authorize and /oauth/authenticate requests. When provided with the force_login parameter we will pre-fill the username box on the OAuth screen.

3. Adding a "Back to app" button on the webpage which is loaded if a user selects "no, thanks". When selected the "Back to app" button will open the provided oauth_callback URL with a 'denied' parameter. The value of the denied parameter will be the request_token obtained from the /request_token request.
    For example: http://example.com/callback/?denied=xyz123abc

4. Design updates to the OAuth screens to improve compatibility across devices.

5. A lightweight OAuth screen flow for devices which are slow or incompatible with the new screens.

6. A new header on authenticated requests which tells you the access level of the oauth_token you are using. The header is available now and is called X-Access-Level. More information for this is available here:
    https://dev.twitter.com/pages/application-permission-model-faq

Thanks for working with us to ensure users can make informed decisions about the access an application has to their account.

Best
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris

Filed under  //   #sm   twitter  
Posted May 30, 2011