| bio | website | totalbottomtime.com |
|---|---|---|
| location | Edmonton, Canada | |
| age | 35 | |
| visits | member for | 11 months |
| seen | Jun 24 '12 at 23:49 | |
| stats | profile views | 1 |
I'm a software developer working as a consultant building JEE and Django applications.
|
Jun 23 |
comment |
Getting a token without manually reauthorizing Once you have your oauth_token and oauth_token_secret, instantiating the SmugMug object looks like: smugmug = SmugMug(api_key=API_KEY, oauth_secret=OAUTH_SECRET, oauth_token = OAUTH_TOKEN, oauth_token_secret = OAUTH_TOKEN_SECRET, app_name='whatever') |