Skip to content

How to use already existing api key, secret and access_token ? #137

@khurshid-alam

Description

@khurshid-alam

I already have access token generated from other python script. How do I use that ?

Is thare a way to create "auth.txt" manually and then pass it to handler ? I just don't know the format of auth.txt file.

flickr.set_keys(api_key="YOUR_API_KEY",
                api_secret="YOUR_SECRET_KEY")
flickr.set_auth_handler(".auth.txt") # or whatever you save your auth file as

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions