Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在搜索 API 文档,但还没有找到关于这个的东西。我正在尝试从 Ning 网络获取活动信息。我想知道任何用户评论、分享照片等。
有没有办法做到这一点(理想情况下不必轮询更改)?我找不到对事件、回调、钩子等的任何引用。
Ning API 没有回调/事件/挂钩 API。轮询Activity 端点或内容特定端点之一是您唯一的选择。