jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 30 forks source link

401 issue #56

Closed Bengaul closed 10 years ago

Bengaul commented 10 years ago

Hi,

I am having the 401 error. I have looked in the FAQ for the resolutions, but I'm not sure that I am implementing them correctly. Signed into twitter, and registered an app, I used the keys in my conf file, but no joy. Have tried twidge -d setup numerous times. Am on version 1.0.8, and using raspbian. Any help appreciated.

Bengaul commented 10 years ago

Ok, just looking at a few more pages, and found this:

Unfortunately the update I suggested before isn't going to happen. The new version of twidge build-depends on a new version of aeson which in turn depends on a new version of ghc. So it isn't going to get updated in raspbian wheezy and the update in raspbian jessie will have to wait until debian completes the ghc transisition.

So it looks as if it may be a non starter at the moment.

jgoerzen commented 10 years ago

You now need at least twidge 1.1.0 due to API changes at Twitter. I will clarify in the FAQ.

Bengaul commented 10 years ago

Thanks.