Closed ddofborg closed 10 years ago
Yes, indeed it doesn't support acquiring new access_tokens using buffer's model.
If you only need a single access token, we will automatically generate that for you after you have created an app.
(from https://bufferapp.com/developers/api/oauth)
I will mark this as a features and include it in version 1.1
Hey!
I get it.
Do you have an estimate when 1.1 will be released?
Thanks, Groet,
Dennis
On Sun, Mar 2, 2014 at 8:46 PM, Vlad Temian notifications@github.com wrote:
Yes, indeed it doesn't support acquiring new access_tokens using buffer's model.
If you only need a single access token, we will automatically generate that for you after you have created an app.
(from https://bufferapp.com/developers/api/oauth)I will mark this as a features and include it in version 1.1
Reply to this email directly or view it on GitHub: https://github.com/vtemian/buffpy/issues/3#issuecomment-36464185
By the end of this month, but maybe this feature a little bit earlier, like next week.
Hi!
Next week would be great. Thank you very much!!
Regards,
Dennis
On 2 mrt. 2014, at 21:35, Vlad Temian notifications@github.com wrote:
By the end of this month, but maybe this feature a little bit earlier, like next week.
— Reply to this email directly or view it on GitHub.
Hey! I see this feature in testing phase. I can test it for you as well.
Awesome! Thanks!
On 11 March 2014 11:29, ddofborg notifications@github.com wrote:
Hey! I see this feature in testing phase. I can test it for you as well.
Reply to this email directly or view it on GitHubhttps://github.com/vtemian/buffpy/issues/3#issuecomment-37276758 .
Vlad
Hi!
Nice module! Seems to work when you use access_token found in https://bufferapp.com/developers/apps, but it doesn't work when you use the
code
returned after the user gives permission through https://bufferapp.com/oauth2/authorize?client_id=XXXXXAs far as I can see the following is not done:
See https://bufferapp.com/developers/api/oauth for more info.
Thanks!
-- ddofborg