Skip to content

ravikiranj/flickr-photo-uploader

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

flickr-photo-uploader

  • Setup your flickr account and create a new app.
  • Generate the API Key and Secret.
  • Download phpFlickr library from https://github.com/dan-coulter/phpflickr
  • Modify your app settings by making the callbackURL point to "getToken.php" in phpFlickr folder.
  • Fill in the missing details of getToken.php, make sure you include appropriate files (Add dir's to open_basedir setting in php.ini if required).
  • From the browser, hit getToken.php, this will display the "token" generated from the "frob". Paste this token in "uploadPhoto" function of index.php & all further Flickr API calls will be valid and any upload done will be done to your account by general public.
  • For further help check the README file in phpFlickr library.

About

a hack that allows anyone to upload a photo to a particular flickr account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published