我使用curl获取列表,但它显示错误403 api key not found。
curl http://site.api.socialengine.com/member/1/followers?member_id=1&items_per_page=20&offset=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