LeoAJ / react-iTunes-search

:musical_note:Simple web app for itunes search with React

Home Page:http://leoj.js.org/react-iTunes-search/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api key

freedomtrain opened this issue · comments

Is there a way to enter in our itunes/apple api key?

Thanks

iTunes Search API do not require API key to use it. Let me know if that helps, thanks!

I understand that no API key is needed but 
If we wanted to add our API key where in the code could we add it ?

Thanks so much for your help

 

On May 2, 2016 at 10:29:13 PM, Leo Hsieh (notifications@github.com) wrote:

iTunes Search API do not required API key to use it. Let me know if that helps, thanks!


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

I see, for this one it was not designed for OAuth required API at first place, so it might not be easy to use this codebase to extend for that. You need to see how your API integrated with its keys and it may vary based on different API structure.

I had another app used Facebook API with app id, maybe that one can help you, thanks.

Ok… I see
Can you let me know in which file(s) I can find the url string that is passed to iTunes ?

Thanks !!!

 

On May 3, 2016 at 8:50:09 AM, Leo Hsieh (notifications@github.com) wrote:

I see, for this one it was not designed for OAuth required API at first place, so it might not be easy to use this codebase to extend for that. You need to see how your API integrated with its keys and it may vary based on different API structure.

I had another app used Facebook API with app id, maybe that one can help you, thanks.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

It is in the first table of iTunes Search API references.

Thanks !!!

 

On May 3, 2016 at 9:08:26 AM, Leo Hsieh (notifications@github.com) wrote:

It is in the first table of iTunes Search API references.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

No problem!