Kevin - 2014-06-10 17:50:06 - In reply to message 2 from Manuel Lemos
I'm currently trying to set up a function to refresh the yahoo access token. Where can I find the oauth session handle for a user, after they've authorized access?
Manuel Lemos - 2014-06-11 11:03:07 - In reply to message 4 from Kevin
Sorry for the delay. It is a separate parameter that the class does not keep.
I will investigate later today if it is possible to do something similar to what is done with OAuth 2.0.
Kevin - 2014-06-11 14:29:52 - In reply to message 5 from Manuel Lemos
Not a problem. I've researched it and it seems that if I could store the session handle, then refreshing the access seems pretty straight forward. Let me know what you find out, and thanks for looking into this.
Manuel Lemos - 2014-06-12 11:04:10 - In reply to message 6 from Kevin
OK, I just uploaded a new version with support to renew expired OAuth 1.0 tokens if a refresh token was provided when the expired token was obtained. Just let me know if you find any issues.