简单接口,访问Kontagent REST API
项目描述
这是一个非常简单的Kontagent API,完全使用Python标准库中的模块编写。
以下是使用方法
from kontagent import Kontagent
k = Kontagent(‘MY_API_KEY’,‘MY_SECRET_KEY’) k.invite_sent(16904779,[542469672],tracking_tag=‘testtag’)
该代码现在在生产环境中使用于http://radiosox.com/
所有可用方法的完整列表是
invite_sent
invite_click_response
notification_sent
notification_click_response
notification_email_sent
notification_email_response
post
post_response
application_added
application_removed
undirected_communication_click
page_request
user_information
goal_counts
revenue_tracking
raw_request
您应咨询Kontagent REST服务器API以了解每个函数的功能。您可以在以下位置找到它
http://developers.kontagent.com/reference/api-documentation/facebook-rest-server-api
遗憾的是,目前您需要UTSL才能了解每个方法所需的参数。
希望这对您有所帮助!
项目详情
关闭
pykontagent-0.3.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | eead45a35e04c7e306d2edb38efb948a82ba82940e3baac9b2b0b5ceacab47a2 |
|
MD5 | 6009a3512203a87f11b33bd68451bbd5 |
|
BLAKE2b-256 | 7445e14d8c128f8cd44801578d97036c6285f06934a4cdea5133ca39ea7a1dc0 |