All Projects → codepath → android-oauth-flickr-demo

codepath / android-oauth-flickr-demo

Licence: other
Android App Using RestClientTemplate for Flickr

Programming Languages

java
68154 projects - #9 most used programming language

android-oauth-flicker-demo

Android App Using RestClientTemplate for Flickr

Flickr

Setup

  1. To get an Flickr API key, visit https://www.flickr.com/services/apps/create/apply/.

  2. Click on Apply for Non-Commercial Key.

  3. Fill out a name and description of the app. Make sure to accept terms of use and click Submit.

  4. You should see Done! Here's the API key and secret for your new app:.

    • Set the key value to be the REST_CONSUMER_KEY.
    • Set the secret value to be the REST_CONSUMER_SECRET.

Check the source files in this repo for a simple example of how to build an authenticated client.

You can review a detailed guide for using the RestClientTemplate to build OAuth based REST applications in the android-rest-client-template README.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].