forked from bufferapp/buffer-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bufferapprc.template
More file actions
23 lines (20 loc) · 941 Bytes
/
.bufferapprc.template
File metadata and controls
23 lines (20 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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 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
# Structure:
# access_token: Access Token
# profile_index: Buffer Account number, ie posting to first account in list, use 0 (ie zero)
#
#TODO: improve instructions
# remove need for user to create their own App on bufferapp.com
# Future versions will integrate with Buffer-OAuth system.