android - Truecaller API 中的 APPKEY 是什么?

标签 android api security authentication mobile

我需要使用 Truecaller API 验证手机号码的垃圾邮件分数。我找到了文档 here .在 API URL 中,我需要发送一个 APPKEY ,但是如何获取呢? Truecaller API 没有注册页面。

https://api.truecaller.com/v1.0/search.json?userKey=APP­KEY&phone=NUMBER

任何帮助将不胜感激......

最佳答案

您应该阅读此文档以获得 Name Search API

它说....

The one thing to keep in mind is that all requests to our API require authentication. For that, you will need to use a User Key (userKey) along with your requests. These access details basically associate, your server, script or program with a specific application. All requests to the API must be made over SSL (https:// not http://).

这意味着您已经注册了 Truecaller 开发者帐户,然后登录并获取您的访问 key (USER KEY),并在每次请求访问 API 时传递它..

但我认为公共(public)用户无法访问 Truecaller API...

阅读本文了解更多详情:http://www.3scale.net/2013/05/truecaller-api-search-among-over-600-million-phone-numbers-worldwide/

关于android - Truecaller API 中的 APPKEY 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24177594/

相关文章:

Android AdvancedRecyclerView SwitchButton 阻止点击进入父布局

android - Google+ 样式 View /fragment 动画?

java - 在java中调用C函数

javascript - 使用 JavaScript 访问 Chatter API(同源问题)?

php - 多地点销售点软件的设计流程

php - 减少 PHP 插件被恶意攻击的机会

android - 显示在 Fragment Fab 按钮顶部的 Snackbar

java - 如何从 Android 微调器获取字符串

javascript - jquery ajax错误未捕获RangeError : Maximum call stack size exceeded

PHP "Remember Me"安全漏洞?