开发者

Where to get consumer secret required by buzz-python-client?

开发者 https://www.devze.com 2023-01-04 00:11 出处:网络
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\')

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_secr开发者_运维知识库et'?


as docs explain:

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

Official guide to registration with Google.

0

精彩评论

暂无评论...
验证码 换一张
取 消