(I asked this on superuser but got no response ...)
I'm trying to follow the tutorial for the Dropbox API at http://taught-process.blogspot.com/2012/05/asdlasd-asda-sd-asd-asdasd.html
But when I get to the last part
#Print the token for future reference
print access_token
What I get back is
<dropbox.session.OAuthToken object at 0x1102d4210>
How do I get the actual token? It should look something like:
oauth_token_secret=xxxxxxx&oauth_token=yyyyyyy
(I'm on a Mac)