English 中文(简体)
How to pass authentication in Flickr without opening a browser?
原标题:

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?

最佳回答

Here s a link: http://www.flickr.com/services/api/auth.howto.desktop.html

Here s what I think is a similar question on the FlickrNET API Discussion board:

http://flickrnet.codeplex.com/Thread/View.aspx?ThreadId=76155

问题回答

暂无回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签