【发布时间】:2020-10-27 06:26:24
【问题描述】:
目前在我的 Instagram 中显示 7 张照片,这是“数据”
现在我只想在我的 instragarm 中显示 4 张照片。我的老路
https://api.instagram.com/v1/users/'. esc_attr ($ id)。 '/媒体/最近/? access_token ='。 esc_attr ($ 令牌)。 '& 计数 ='。 esc_attr ($ 限制))
我在旧版本中使用“& count”来处理这件作品。
在新版本中我使用了路径
=> https://graph.instagram.com/me?字段 = id、用户名和 access_token = IGQVJ ... 检索数据。
我对新版本使用“& count”,但它不起作用。你能帮我解决这个问题,我应该如何处理?我希望它显示 4 张图片而不是 7 张默认图片。
【问题讨论】:
标签: instagram instagram-api instagram-graph-api instagram-story