-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API connect broken, insecure #23
Comments
i suppose the API has changed. i would also love to be able to post to interact with tumblr from emacs, especially since they disabled their post by email feature. |
i got tumblesocks working again by setting: as per https://danzorx.tumblr.com/post/36832512247/a-weird-oauth-el-issue-when-trying-to-set-up, mentioned in another issue. |
Tumblesocks doesn't work for me. On WSL with GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.35, cairo version 1.16.0) of 2022-12-20, modified by Debian tumblesocks-api-test-auth generates a nil token. The URL is: https://www.tumblr.com/oauth/authorize?oauth_token=nil. elpa gives me the following dependencies: oauth-20130128.151, htmlize-20210825.2150, markdown-mode-20221105.236. I read https://billisalive.tumblr.com/ and https://danzorx.tumblr.com/post/36832512247/a-weird-oauth-el-issue-when-trying-to-set-up but couldn't get tumblesocks to work. |
On my debian box I'm able to copy the code from the tumblr webpage, but then I get the "Looks likeomething broke." error message. I get an error in oauth.el: hmac-sha1: key QuH.....th1SK must be unibyte. |
I am able to login onto tumblr with tumblesocks but I have to replace
I receive a Hello, gargle! Tumblesocks is working properly. I also had to change
in tumblesocks-view-insert-parsed-html-fragment with
I have a dashboard now. I haven't throughly tested tumblesocks. Perhaps there are more errors. |
Using the package from elpa downloaded today, everything worked except that error on shr-ensure-paragraph for which the above insertion of 'cl-' did the trick! |
Won't connect to Tumblr. Tumblr end is fine, author's server returns a code to put into emacs, albeit over an unencrypted http link, which is pretty unforgivable in 2020. Anyway, once you put in the code, it still doesn't work. Even if you do the "forget" command, and try it all again, it's just an endless loop of broken with no way to debug (sparse use of Messages buffer) :-\
The text was updated successfully, but these errors were encountered: