I am using buzz-python-client and there is the following line in the examples:

client.build_oauth_consumer('your-app.appspot.com', 'consumer_secret')

Where can I get a 'consumer_secret'?

link|improve this question
feedback

1 Answer

as docs explain:

secret (string) - Your consumer secret. This is issued to you by Google.

Official guide to registration with Google.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.