【发布时间】:2014-12-31 10:52:01
【问题描述】:
我想知道是否可以从用户那里选择一个 instagram 提要,同时过滤某个标签(因此在特定用户的提要中)。我一直在查看文档 (http://instagram.com/developer/endpoints/tags/),但对我来说似乎无法合并。
这是我当前用于选择用户提要的网址:
$pictureURL = 'https://api.instagram.com/v1/users/'.$arr['user']['id'].'/media/recent?access_token='.$arr['access_token']';
提前致谢!
【问题讨论】:
标签: php instagram instagram-api