The latest version of the Flickr.Net API library has been released. Its finally got full support for the Compact Framework in the source code (.Net Framework 2.0 SP 1 and later).
As usual, let me know (hopefully via the Codeplex web site) if you’ve got any problems.
Thanks, I had taken down my flikr.net api code because of some issues. I’ll work at getting it back up now with the new code. :)
just to try it…
Been using the previous version. Now on Server 2008.
I want upload photos from my web application to flickr. I am using flickrnet dll. Is there any way to set return parameters in flickr url. I read some thing like extra parameters but did not find enough documentation. Can we do doing it using your flickr dll. How do I do it?
I tried to store parameters using session & cookies but nothing really worked.
Thanks in advance.
Not sure what you mean by ‘return parameter’. If you are uploading files in a web application it is all behind the scenes and there are no web redirects used.
When I use the latest version of the FlickrNET API, I found the “Response.Redirect(auth_url);”
is not exit. How do I do? Thanks
I did not get this to be installed in VB.NET 2008 Express Edition. The code example does not work either. Could you please tell me how to install this.