如何使用socialengine API或任何其他方法获取socialengine中所有粉丝的ID?

时间:2014-12-23 09:17:27

标签: api curl socialengine

我使用curl获取列表,但它显示错误403 api key not found。

curl http://site.api.socialengine.com/member/1/followers?member_id=1&items_per_page=20&offset=1

1 个答案:

答案 0 :(得分:1)

试试这个

curl http://site.api.socialengine.com/member/1/followers?api_key={{api_key}}&member_id=1&items_per_page=20&offset=1

你在哪里{{api_key}} api_key。你会设置它。请阅读文档http://www.socialengine.com/support/cloud/api-doc#api-access