I am using django-twitter oauth . But i can not understand what is CONSUMER_KEY and CONSUMER_SECTRET? is it username , password or not ! Please anyone help me.
Nazmul
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Short answer: When you sign up to use Twitter authentication, Twitter will give you these.
Long answer: When you sign up to use Twitter OAUTH, you must register as a Twitter application. (Registration can be found here.) You will be given these two keys. The SECRET you keep secret (duh); it’s what you use to pass messages back and forth between your application and Twitter securely. The KEY is used to sign messages from the user to you and Twitter, and establishes a trust relationship within the triangle of you, Twitter, and the user’s browser.