Getting new Twitter API consumer and secret keys

后端 未结 9 2084
名媛妹妹
名媛妹妹 2020-12-12 11:04

I am working on a Twitter project where I want to use OAuth but I don\'t know where to get the consumer and secret keys.

How can I get these?

9条回答
  •  爱一瞬间的悲伤
    2020-12-12 11:47

    consumer_key = API key

    consumer_secret = API key secret

    Found it hidden in Twitter API Docs

    Twitter's naming is just too confusing.

提交回复
热议问题