Skip to content

Instantly share code, notes, and snippets.

@tommoor
Created October 4, 2012 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommoor/3832472 to your computer and use it in GitHub Desktop.
Save tommoor/3832472 to your computer and use it in GitHub Desktop.
Buffer info/configuration endpoint (WIP)
{
"services":{
"twitter":{
"name":"Twitter",
"character_limit":140,
"schedule_limit":288,
"icons":{
"16":"http:\/\/static.bufferapp.com\/images\/services\/twitter-16x16.png",
"32":"http:\/\/static.bufferapp.com\/images\/services\/twitter-32x32.png",
"64":"http:\/\/static.bufferapp.com\/images\/services\/twitter-64x64.png"
},
"urls":{
"user":"https:\/\/twitter.com\/",
"hashtag":"https:\/\/twitter.com\/#!\/search?q=%23",
"cashtag":"https:\/\/twitter.com\/#!\/search?q=%24"
}
},
"facebook":{
"name":"Facebook",
"character_limit":5000,
"schedule_limit":5,
"icons":{
"16":"http:\/\/static.bufferapp.com\/images\/services\/facebook-16x16.png",
"32":"http:\/\/static.bufferapp.com\/images\/services\/facebook-32x32.png",
"64":"http:\/\/static.bufferapp.com\/images\/services\/facebook-64x64.png"
},
"urls":{
"user":"https:\/\/facebook.com\/"
}
},
"linkedin":{
"name":"LinkedIn",
"character_limit":700,
"schedule_limit":5,
"icons":{
"16":"http:\/\/static.bufferapp.com\/images\/services\/linkedin-16x16.png",
"32":"http:\/\/static.bufferapp.com\/images\/services\/linkedin-32x32.png",
"64":"http:\/\/static.bufferapp.com\/images\/services\/linkedin-64x64.png"
}
},
"appdotnet":{
"name":"App.net",
"character_limit":256,
"schedule_limit":288,
"icons":{
"16":"http:\/\/static.bufferapp.com\/images\/services\/appdotnet-16x16.png",
"32":"http:\/\/static.bufferapp.com\/images\/services\/appdotnet-32x32.png",
"64":"http:\/\/static.bufferapp.com\/images\/services\/appdotnet-64x64.png"
},
"urls":{
"user":"https:\/\/alpha.app.net\/",
"hashtag":"https:\/\/alpha.app.net\/hashtags\/"
}
}
},
"media":{
"picture_size_min":0,
"picture_size_max":5242880,
"picture_filetypes":[
"jpeg",
"jpg",
"gif",
"png"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment