hanklords/flickraw

OAuth status?

Closed this issue · 2 comments

Hi, I see stuff in the code for OAuth - is it all ready to use?
I ask as there's no mention in the main readme or the examples.

Folks on the Flickr API group are getting antsy about the potential end of the old authentication mechanism.
I'm ready to move my stuff over if/when Flickraw supports it.

If it is all working, some examples would be really useful.

Thanks, Darren.

Hello Darren,

Flickraw uses only oauth authentication since version 0.9.
You use methods flickr.get_request_token, flickr.get_authorize_url and flickr.get_access_token. The old API is not supported anymore.

See https://github.com/hanklords/flickraw/blob/master/examples/auth.rb

Regards,
Mael

Ah, that'll teach me to read properly. :-)

Will upgrade (was on 0.8.2) and see if I can figure it out.

Thanks.