Re: OAuth and verify_credentials

2009-02-15 Thread Chad Etzel

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 paul.kin...@gmail.com 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



Re: OAuth and verify_credentials

2009-02-15 Thread Paul Kinlan
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 jazzyc...@gmail.com


 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 paul.kin...@gmail.com
 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
 



Re: OAuth and verify_credentials

2009-02-15 Thread Paul Kinlan
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 paul.kin...@gmail.com

 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 jazzyc...@gmail.com


 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 paul.kin...@gmail.com
 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
 





Re: OAuth and verify_credentials

2009-02-15 Thread Chad Etzel

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 paul.kin...@gmail.com 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 paul.kin...@gmail.com

 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 jazzyc...@gmail.com

 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 paul.kin...@gmail.com
 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