I want to get a listing of my photos from Flickr's API but 开发者_StackOverflow中文版all of the APIs out there seem to have the same basic behavior: they forward you to a login prompt. My application needs to automatically authenticate using Flickr OAuth so that the user doesn't have to know the login credentials.
You need to authenticate at least once to allow Flickr to know that it can give out your secrets to that application. Most applications could be amended to store the initial authentication token, and then not require authentication every time.
精彩评论