我想知道是否可以从用户那里选择一个 instagram 提要,同时过滤某个标签(因此在特定用户的提要中)。我一直在查看文档(http://instagram.com/developer/endpoints/tags/),但对我来说它似乎无法结合。
这是我当前用于选择用户提要的网址:
$pictureURL = 'https://api.instagram.com/v1/users/'.$arr['user']['id'].'/media/recent?access_token='.$arr['access_token']';
提前致谢!