Ok, I find it hard to think it is just a .Net thing...... in fact I am right it is not a .Net thing... It was me, wrong url, didn't include the "account" on the request.
All works now. Sorry guys :) Paul. 2009/2/15 Chad Etzel <[email protected]> > > I am not familiar with the .NET library (or coding in .net for that > matter), but I know several people have been able to get > verify_credentials with a GET using the PHP OAuth lib and Abraham's > great twitter OAuth wrapper lib. > > From his email: > Live example: http://twitter.abrah.am > > This will "OAuth you in" and display the results of verifiy_credentials. > > Hopefully someone else with .NET experience on this list will be able > to help more.. > -Chad > > On Sun, Feb 15, 2009 at 3:42 PM, Paul Kinlan <[email protected]> > wrote: > > Hi Chad, > > > > I definatly can't get anything other than a 401's on GET requests to > > verify_credentials when using oAuth. But I can successfully get the > direct > > messages for the user that is oAuthed in. > > > > Paul. > > > > 2009/2/15 Paul Kinlan <[email protected]> > >> > >> Hmm, > >> > >> Getting Direct Messages work, but if I try verify_credentials it 401's, > >> which is why I was thinking verify_credentials is not working. Using > .Net > >> and using http://code.google.com/p/oauth-dot-net/ (OAuth dot net) > >> > >> Paul. > >> > >> 2009/2/15 Chad Etzel <[email protected]> > >>> > >>> verify_credentials *does* work with OAuth. Which language/lib are you > >>> using? Maybe someone using that same lang could chime in... > >>> > >>> -Chad > >>> > >>> On Sun, Feb 15, 2009 at 2:53 PM, Paul Kinlan <[email protected]> > >>> wrote: > >>> > Hi, > >>> > > >>> > Is it me of does verify_credentials method not work with oAuth? I > >>> > understand why people might think it shouldn't work, but there seems > to > >>> > be > >>> > no reasonable way to determine the authenticated user's profile > >>> > information. > >>> > I can't reliably use the user_timeline or direct_messages or replies > >>> > because > >>> > there might be none present. > >>> > > >>> > Kind Regards, > >>> > Paul Kinlan > >>> > > >>> > Twe2 Ltd > >>> > > >> > > > > >
