function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tejpal KumawatTejpal Kumawat 

How to calculate 'oauth_nonce' and 'oauth_signature' ?

Hi ,

 

I need calculate  'oauth_nonce' and 'oauth_signature'  for twitter Integration. please give me any idea?

Pat PattersonPat Patterson

Hi Tejpal,

 

Take a look at the OAuth Playground - it has code that works with Twitter's OAuth 1.0a implementation.


Cheers,


Pat