[oauth] Re: liboauth and the oauth_verifier with twitter

2010-08-05 Thread Justin Knotzke
On Jun 17, 6:26 am, Robin Gareus wrote: > sure it does, just add it to the request parameters.. > You can also override other oauth_parameters (but for oauth_signature) > that way. > > > Is there a way to > > get this parameter into my request that I'm missing? > > oauth_sign_url2("http://twitte

[oauth] Re: liboauth and the oauth_verifier with twitter

2010-06-17 Thread Heath Borders
That worked great! Thanks very much! -Heath Borders hbord...@mail.win.org Twitter: heathborders http://heath-tech.blogspot.com On Thu, Jun 17, 2010 at 5:26 AM, Robin Gareus wrote: > On 06/17/2010 06:52 AM, Heath wrote: >> I'm trying to use liboauth to connect to twitter.  I can successfully >>

[oauth] Re: liboauth and the oauth_verifier with twitter

2010-06-17 Thread Robin Gareus
On 06/17/2010 06:52 AM, Heath wrote: > I'm trying to use liboauth to connect to twitter. I can successfully > retrieve my request token, but I cannot retrieve an access token > because the liboauth functions do not accept the oauth_verifier > parameter. sure it does, just add it to the request