flickr-net icon indicating copy to clipboard operation
flickr-net copied to clipboard

Home of the FlickrNet API libary

Results 11 flickr-net issues
Sort by recently updated
recently updated
newest added

Should be easy?

enhancement

For instance `OAuthGetAccessTokenAsync` and `OAuthGetRequestTokenAsync` are not async functions and the underlying API calls are made without `await`.

An exception comes up each time I call PhotoGeoGetLocation with a photoID that I just received with the search function. The exception is: **ParsingException: Unknown element: rsp FlickrNet.UtilityMethods.CheckParsingException (System.Xml.XmlReader reader)...

An exception is raised when I try to do any FlickrNet operation after successfully uploading photo. The exception is: **The process cannot access the file '...\AppData\Local\FlickrNet\responseCache.dat' because it is being...

Hi @samjudson, I did a bit of investigation on how much effort is required to migrate your library to .net core. In the pull request, you can see compiling version...

I am trying to generate access token using the below code FlickrNet.Flickr f = new FlickrNet.Flickr(); f.ApiKey = "myappkey"; f.ApiSecret = "sharedsecret for app"; OAuthRequestToken token = f.OAuthGetRequestToken("test"); var accesstoken...

A user on the forums has discovered an undocumented method for inviting a photo to a group: https://www.flickr.com/groups/api/discuss/72157681417002502/#comment72157682803301370 flickr.groups.invite.photo.invite(group_id=xx, photo_id=xx) Investigate this method and see if it is reliable.

enhancement

The headers of code in the OpenCF directory all include the lines: ``` // This library is free software; you can redistribute it and/or modify it under // the terms...

You can set a Proxy to be used for the DLL, however, it's only used in the upload module, not when authenticating, fetching albums, etc ...

bug

The PhotosGetInfo method has recently (since 2022-11-10) started throwing EnvalidOperationException with message "The ReadContentAsString method is not supported on node type Element. If you want to read typed content of...