[twitter-dev] Re: JavaScript XAuth library ??????

2010-03-26 Thread tux_advocate_hpu
from the OAuth.net page:  http://oauth.net/code/

Scroll down and look for Javascript section.  It links to this site:
http://oauth.googlecode.com/svn/code/javascript/

I don't think this library sends the appropriate OAuth headers in the
HTTP request.  Or at least that isn't how I got it working.  Instead,
it sends all the appropriate stuff as HTTP request variables (either
GET or POST, I cannot remember).

It does perform the SHA1 stuff and makes the oauth_nonce and
oauth_timestamp values for you.

On Mar 26, 2:09 pm, mostafa farghaly keepon...@gmail.com wrote:
 Hi guys i can't wrap my head around OAuth/XAuth for browserless apps
 is there any JavaScript Library for easy working with XAuth 

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


Re: [twitter-dev] Re: JavaScript XAuth library ??????

2010-03-26 Thread Nigel Legg
I notice that the oath.net/code site does not mention any code for working
with OAuth / XAuth in C++/Qt. Are there libraries available for this?
Regards, Nigel.

On 26 March 2010 19:18, tux_advocate_hpu tuxcod...@gmail.com wrote:

 from the OAuth.net page:  http://oauth.net/code/

 Scroll down and look for Javascript section.  It links to this site:
 http://oauth.googlecode.com/svn/code/javascript/

 I don't think this library sends the appropriate OAuth headers in the
 HTTP request.  Or at least that isn't how I got it working.  Instead,
 it sends all the appropriate stuff as HTTP request variables (either
 GET or POST, I cannot remember).

 It does perform the SHA1 stuff and makes the oauth_nonce and
 oauth_timestamp values for you.

 On Mar 26, 2:09 pm, mostafa farghaly keepon...@gmail.com wrote:
  Hi guys i can't wrap my head around OAuth/XAuth for browserless apps
  is there any JavaScript Library for easy working with XAuth 

 To unsubscribe from this group, send email to twitter-development-talk+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.


To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.