Wednesday, 7 August 2013

How to send cross-domain request to google places api (seems it does'nt support jsonp)?

How to send cross-domain request to google places api (seems it does'nt
support jsonp)?

I am trying to make an ajax call to google places api to get reviews for a
business but with no success. Using
crossDomain : true,dataType: 'jsonp',
is giving error
Uncaught SyntaxError: Unexpected token :
I think it doesn't support jsonp..Is there any way to get it?
Thanks

No comments:

Post a Comment