22
edits
Changes
+more OAuth and setup details
* user (resource owner) -- ''user''
Credentials
* consumer credentials (consumer key & consumer secret)
* access credentials (access token & access secret)
* (also request token & secret)
=== Setup ===
* after you've set up your app, you receive your OAuth consumer keys:
** '''<tt>consumer_key</tt>'''
** '''<tt>consumer_secret</tt>'''
The first thing you're going to want to do is go into your app settings and set the correct level of access that your app is going to request from users. This is under the '''Settings''' tab:
You are probably going to want one of the latter two. Which one depends on whether or not your app is going to work with DMs (direct messages) or not.
You can also fill in the rest of the self-explanatory fields in the Details and Settings tabs as you like (organization, etc).
== Bot-specific stuff ==