.bufferapprc.template in buff-0.0.5 vs .bufferapprc.template in buff-0.0.6

- old
+ new

@@ -1,21 +1,23 @@ -SUPER_SECRET_AUTH_TOKEN -0 +--- +access_token: ASDFASDFASDF +profile_index: 0 +version: 0.0.1 # How to Get Started: # Create a Developer API Token here: http://bufferapp.com/developers/apps/create. # Fill in Stuff. Your answers don't matter much for the purpose of this rudimentary setup. # Submit that form and wait a short period (~2 min ) # Visit: http://bufferapp.com/developers/apps -# Gather Access Token and place it on line 1 of this file. +# Gather Access Token and place it after the word "access_token" # Copy this file to the root of your user's home folder: +# Set "profile_index" to 0 if you only have one account to post to. Otherwise it's more complicated ;). Find me on Twitter and I can explain (@_ZPH). # - ~/.bufferapprc -# Set Line 2 to 0 if you only have one account to post to. Otherwise it's more complicated ;). Find me on Twitter and I can explain (@_ZPH). # Structure: -# Line 1: Access Token -# Line 2: Buffer Account number, ie posting to first account in list, use 0 (ie zero) +# access_token: Access Token +# profile_index: Buffer Account number, ie posting to first account in list, use 0 (ie zero) # -#TODO: convert to yaml and improve instructions +#TODO: improve instructions # remove need for user to create their own App on bufferapp.com # Future versions will integrate with Buffer-OAuth system.