Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

how to use flickr api key ?

hey i completed ajax challenge now i want to use api key for flick can anyone tell me how i can integrate apikey in my code.. thanx

That is a good question, most sites such as flickr and others will have documentation on how to use their APIs. here is the one flickr supplies. I hopes this helps! https://www.flickr.com/services/api/ from what I understand When you make your ajax request, that the web address that you get from will be the address to the api and that you will include the api key in the address when you make the get request.

here is an example using a google : GET https://www.googleapis.com/blogger/v2/blogs/2399953&key=YOUR-API-KEY

is it is necessary to include user_id also

1 Answer

I do not know that, I would consult the documentation for that information.

thanx

Thanks for voting best answer