-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
The file system uses two libraries in order to function properly.
* FUSE Library * Flickcurl LibraryThe fuse library may be installed in Ubuntu using the following command:
The FlickcurlFS program may be compiled easily with the make command. The user may add the directory to their PATH variable in order to execute the application in any working directory.
The Flickcurl library must be configured in order for the file system application to properly function. First, the user must place a configuration file with the following details:
Then the user must go to the following webpage:
http://www.flickr.com/services/auth/?mobile=1&api_key=2e66493ec959256a79e4e5a3da7df729&perms=delete&api_sig=6417abca6880d676c010600e8c65a045and select:
This will allow the user the ability to link their Flickr account with my Fuse library. The user will be given a 9-digit FROB that can be given to the flickcurl api to link the user's account to the interface. Finally, execute:
where 123-456-789 is the 9-digit FROB given to the user above. This will finish the linking of the user's account with the flickcurl API and library and the user should then see the following format in their configuration file:
The user may test the flickcurl API by executing:
flickcurl: Found photo with URI http://www.flickr.com/photos/yogi/1234567/ ID 1234567 and 1 tags ...This concludes the configuration of the Flickcurl library.