I made a Tumblr Oauth API, and implemented an unlink function for the user. The only problem that Tumblr still remain logged in.
I want to reset the session somehow. I've heard that session IDs are handled somewhere automatically by Cocoa.
|
|
|
Chances are the session id is stored in a cookie. Use
You can find the cookie for the session id by using
and iterating the |
|||
|
|
|
Yea, something like that, thanks. Just added a filter for tumblr cookies for safety.
|
|||
|
|