Hello, If the requests are coming directly from your app on the device, that means the IP address of the end user is already included (since the request comes right from them), so you don't need to include userip.
On the other hand, if you're proxying the requests from a server, then you'll need to send userip based on where the request to your proxy comes from. Thanks, Adam On Wed, Mar 2, 2011 at 2:15 AM, [email protected] <[email protected] > wrote: > I want to use image search API on iPhone app, any one know how to fill > userip param? > Can I use a proxy to get user's IP and then use it to fill userip > param? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
