Hi all

Complete newbie to programming but getting to grip.

Creating a website and need to get access for friends and family on
Twitter.

Up until 1 hour ago the following worked:

tw.ProxyUsername = Trim(Me.txtTwitterName.Text)
            Session("NewUserName") = Me.txtTwitterName.Text
 
Response.Redirect(tw.GetAuthorizationLink(System.Configuration.ConfigurationManager.AppSettings("AuthenticationCode"),
_
 
System.Configuration.ConfigurationManager.AppSettings("AuthenticationSecret")))

It still takes me to Twitter with the
http://twitter.com/oauth/authorize?oauth_token=NuDD63Vru**********aTcjH3KppirsEAV4quWk
and then lets me log in, says authorise and then i get "error=Could+not
+authenticate+you.&content=0" after redirecting me to right place.

Any idea what that means and is there just an issue with Twitter right
now?

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk

Reply via email to