开发者

Authentification with the Flickr API without having to click on a link

In a website I'm working on, I must use the Flickr API to access the private data of my client. In fact, I just need to call flickr.tags.getListUserRaw, but unfortunately, it seems like auth is required for that. What I want to do is authenticating my client without having him to click on a link each time my server side code need to perform an authenticate开发者_StackOverflow社区d call. I cannot managed to find a way to do such a simple thing with the flickr API, so, if there is a smarter guy reading this, help me.


There's no way to do this without requiring the user to authorize you by clicking a link on Flickr's site the first time, however, once they've authenticated once, you can store and re-use their auth token until they revoke your application's permission.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜