uploading pictures on Flickr
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 14
- Joined: 2005-06-28, 17:00 UTC
uploading pictures on Flickr
Hello,
I found nothing about that.
Is there an extension for uploading pics on flickr ?
If not, would it be possible to make one ?
I found nothing about that.
Is there an extension for uploading pics on flickr ?
If not, would it be possible to make one ?
Last edited by laurent75005 on 2007-09-02, 22:59 UTC, edited 1 time in total.
- ghisler(Author)
- Site Admin
- Posts: 50406
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
No there isn't.
Yes, a file system plugin would be possible if the Flickr interface is documented.
Yes, a file system plugin would be possible if the Flickr interface is documented.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 14
- Joined: 2005-06-28, 17:00 UTC
Hi and thank you for your answer.ghisler(Author) wrote:No there isn't.
Yes, a file system plugin would be possible if the Flickr interface is documented.
Yes the interface is documented as they are many API for it.
But I can't tell you where to find that documentation.
Nevertheless, you may find information about a firefox uploader there :
https://addons.mozilla.org/fr/firefox/addon/4724
The guy who programmed it may be find there :
http://www.rjonna.com/
Cheers
- ghisler(Author)
- Site Admin
- Posts: 50406
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
-
- Junior Member
- Posts: 14
- Joined: 2005-06-28, 17:00 UTC
- ghisler(Author)
- Site Admin
- Posts: 50406
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I tried the Delphi sample at http://www.daremon.gr/flickr/ mentioned above (there is a test EXE in the package), but it doesn't work well with my test flickr account. Does it work for you? I'm getting authorization errors for most functions...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Here, the app doesn't show the edit fields for api key, shared secret and token.. As long as those values are missing none of the function will work. Only "Find user by email" works here...
Unfortunately there is no C++ project mentioned on the flickr api page... Otherwise I could try to make a plugin... But there is only a Java project which wraps the flickr api...
Regards,
CoolWater
Unfortunately there is no C++ project mentioned on the flickr api page... Otherwise I could try to make a plugin... But there is only a Java project which wraps the flickr api...
Regards,
CoolWater
- ghisler(Author)
- Site Admin
- Posts: 50406
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Don't worry, I have Delphi 7 and will start to write a plugin when I find the time.
What are these api key, shared secret and token? How would the average Flickr user know what to enter in these fields?
What are these api key, shared secret and token? How would the average Flickr user know what to enter in these fields?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Did you read http://www.flickr.com/services/api/misc.api_keys.html? Each flickr API application needs to have its unique API key.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
To get the API key and the Shared secret, you have to go to: http://www.flickr.com/services/api/keys. After login, you can create an API key but flickr wants to know what you are going to do with this key (i.e. developing a software or something like that). When done you will also get a Shared Secret Key. Every user who wants to use your filesystem plugin needs to do this.ghisler(Author) wrote:Don't worry, I have Delphi 7 and will start to write a plugin when I find the time.
What are these api key, shared secret and token? How would the average Flickr user know what to enter in these fields?
Using both of this keys you can make a request (called getFrob) to acquire read/delete/write access from/to an account (the api key identifies the appropriate account). But: The user manually has to allow this action, i.e. you have to open a browser window with the URL you call when you want to get the frob. Now the user has to proceed and ONLY after that you will get a valid frob.
Next step is to get the token (using api key, shared secret and frob). After getting the token you can save it into a file for example.
All read, write or delete actions need the api key, shared secret and the valid token.
So the step for manual user authentication is done only one time (to get the valid token).
The user always has the possibility to revoke the access to his account using the flickr website...
All this is also documented on: http://www.flickr.com/services/api/auth.howto.desktop.html
Regards,
CoolWater
-
- Junior Member
- Posts: 14
- Joined: 2005-06-28, 17:00 UTC
Sounds really great for me. Thank you for that when you have time.ghisler(Author) wrote:Don't worry, I have Delphi 7 and will start to write a plugin when I find the time.
What are these api key, shared secret and token? How would the average Flickr user know what to enter in these fields?
What seems funny to me is that TC would REALLY be the best way to upload pics to flickr. The 2 windows system will (I hope) allow us to do quite everything we want (album, tags, upload and download of pics).
Thanks again and awaiting for that plugin to come.
copy the original pictures
Hello!
Maybe you will be interested.
I have developed WFX plugin makes it possible to copy the original pictures, placed in the virtual photo-albums
In Russian forum Total Commander plugin photofile version 2.3.1
Maybe you will be interested.
I have developed WFX plugin makes it possible to copy the original pictures, placed in the virtual photo-albums
In Russian forum Total Commander plugin photofile version 2.3.1
- ghisler(Author)
- Site Admin
- Posts: 50406
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
2hramov
Sounds interesting, does it work with Flickr, or some Russian service only?
Sounds interesting, does it work with Flickr, or some Russian service only?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com