Can I use the RJ API AJAX Feed API from my own iPhone app?

Google says the following in the AJAX Feed API docs: “Applications MUST always include a valid and accurate HTTP referent header in their requests.”

I am creating my own application for the iPhone and would like to use the AJAX API REST interface for Google from my own objective-c code. Is the API only for use on websites or can I use it from my own application? In case I can use it from my own application, what will be my HTTP header?

+3
source share
2 answers

If you look at the registration page , it re-refers to “your website” and says that the key is valid only for the site you are subscribing to, so this is a pretty clear reduction from the point of view of Google, they are intended only for use on websites.

I am surprised that there is no explicit discussion of this in T & Cs. My interpretation is that you can use it in writing terms, but not in the spirit.

0
source

, Google , , . Safari ( ) , . , http_referer , .

-1

Source: https://habr.com/ru/post/1723809/


All Articles