Telize

付费
通过 Frederic Cambus | 已更新 vor einem Monat | Location
人气

9.8 / 10

延迟

84ms

服务等级

100%

Health Check

N/A

返回所有讨论

How to use JSON with paid service.

Rapid account: Blankisthenewblack
blankisthenewblack
vor 8 Jahren

Hi, we used your free service, loved it and are more than happy to use the paid version. We cant seem to get it to work though. We set up an application. Got our key for that app and put it in the below client side call. We get the popup alert but the IP address is blank. The application is receiving requests so the issue must be with “json.ip”? Any assistance would be appreciated.

<script type=“application/javascript”>
function getgeoip(json){
window.alert("My IP address is : ", json.ip);
}
</script>

<script type=“application/javascript” src=“https://telize-v1.p.mashape.com/geoip?callback=getgeoip&mashape-key=OUR_X-Mashape-Key_FROM_THE_APPS_DOCUMENTATION_TAB”></script>

Rapid account: Fcambus
fcambus Commented vor 8 Jahren

Hello,

Thanks for subscribing, glad you were able to get the new endpoint working.
For info, it seems you had a typo in your first example : json VS jsonp.

Regards.

Rapid account: Blankisthenewblack
blankisthenewblack Commented vor 8 Jahren

Scratch that, I am able to get the following or document.write to work so it must just not like the window alert:

function getgeoip(json){
if (json.country_code == ‘US’) {
window.location.href = ‘http://google.com/’;
}
}

Thanks!

Rapid account: Blankisthenewblack
blankisthenewblack Commented vor 8 Jahren

posting my code again without the script tags:

function getgeoip(json){
window.alert("My IP address is : ", jsonp.ip);
}

type=“application/javascript” src=“https://telize-v1.p.mashape.com/geoip?callback=getgeoip&mashape-key=OUR_X-Mashape-Key_FROM_THE_APPS_DOCUMENTATION_TAB

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论