How can we ceate the signature dynamically in javascript to access the REST API. And also, how do we get the response of signature generated in URL form . ( https://api.twitter.com/1/statuses/)
Please advice.
Thanks, Priyanka
Doing so securely via Javascript is not possible and also disallowed. You’ll need to use a server-based programming language to perform OAuth with the Twitter API.
@FokusManado