I m developing Flickr client. It s a desktop application.
I need to pass authentication without opening a browser i.e. I have 2 fields for login and password and when user press "Log in" button all authentication steps should be performed behind the scenes.
Flickr API actually offers to open a default browser and let user pass authentication manually.
What is the way of this situation?