how can i get access token, access secret with Out-of-band/PIN Code Authentication?
is there any example request?
how to get access token using consumer key
Have you read through the OAuth documentation: https://dev.twitter.com/docs/auth/oauth ? It’s pretty comprehensive.
Hi, how i can do “Access Token Secret:” i dont idea! Thanks
i want get access token for retweeting website i want create an twitter application to people signup on my website & get auto retweets my every tweett automaticly eg; www.du3a.org pleass help me advance thanks
I need somebody to answer seriously to my questions (please spare me the doc links). What is the way to calculate the oauth_signature in: https://dev.twitter.com/docs/api/1/post/oauth/request_token and in step one of: https://dev.twitter.com/docs/auth/implementing-sign-twitter The signature seems to use the consumer key and the oauth token secret which is not available if the user does not authorize the app. Am i wrong or are we facing a deadlock here?