开发者

Please help flicker implement on android [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, vis开发者_开发知识库it the help center. Closed 10 years ago.

Anybody idea how to integrate flicker to my application on android?. i got API key secrete key for my application from flicker.com site. i am confused how to use it. Api key separate for every user? how to get token number for flickr by code ? i have refer photostream and Flicker free code . but both code give the exceptiion.?

plz any body have code ,plz give me it?

also explain steps for implement it?

Thank you,


Check out this howto, it'll tell you everything you need to know about getting your key and configuring it. Once you have your key and your secret, all you need to do in order to use get a flickr photo-handle is this:

private void setUpFlickr()
{   
  try 
  {
    Flickr flickr = new Flickr(flickrApiKey, flickrSecret, new REST());
    flickrConnection = flickr.getPhotosInterface();
  }
  catch (ParserConfigurationException e) 
  { 
    e.printStackTrace(); //Proper error handling goes here
  } 
}
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜