Skip to content

Conversation

alex-seville
Copy link
Contributor

@alex-seville alex-seville commented Jun 20, 2025

The OAuth verifier returns 5 fields, but only 3 are currently being parsed and returned. This PR proposes returning all 5.

From: https://www.flickr.com/services/api/auth.oauth.html

Flickr returns a response similar to the following:

fullname=Jamal%20Fanaian
&oauth_token=72157626318069415-087bfc7b5816092c
&oauth_token_secret=a202d1f853ec69de
&user_nsid=21207597%40N07
&username=jamalfanaian

The OAuth verifier returns 5 fields, but only 3 are currently being parsed and returned.
This PR proposes returning all 5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant