Instagram黑暗帖子,使用api读取信息并进行操作 [英] Instagram dark posts, using api to read info and do operations

查看:91
本文介绍了Instagram黑暗帖子,使用api读取信息并进行操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的公司正在尝试与instagram黑暗帖子进行互动(这是当您制作广告以定位特定的人,未发布的帖子(例如facebook黑暗帖子)时).我已经搜索了几乎所有的文档,并且注意到了所发现的内容.

my company is trying to make interactions with instagram dark posts(It is when you create an ad to target specific people, unpublished posts like facebook dark posts). I have searched nearly all of documentations and I am noting what I have found.

  1. facebook中有Marketing api 营销Api Link
  2. 我从php抓取工具中获取了一个链接"www.instagram.com/p/{short_code}/?__ a = 1"

选项2提供了喜欢和评论,但我认为它是有限的.还有一个带有"/graphql?queryid = 123123"的链接,可以提供注释.

Option 2 is giving likes and comments but I think it is limited. There is another link with "/graphql?queryid=123123" that gives comments.

另一件事是,除了Marketing Api之外,我什么都没看到对黑暗的帖子发表评论.

And another thing is I have not seen anything to post a comment to a dark post except Marketing Api.

我的问题是我该如何以最有效的方式与黑暗的帖子进行互动?

My question is how can I do interactions with dark posts in the most efficient way?

推荐答案

您可以使用普通的/comments边缘从帖子ID中检索评论.和POST在其上创建评论.

You can use normal /comments edge to retrieve comments from the post id. and POST to create comments on them.

它的工作原理与普通职位上的参与相同.在您拥有instagram黑暗帖子之后.

It would work same as engagement on normal posts. Once you have the instagram dark posts with you.

轮询深色帖子的一种方法是: act_{pageId}/ads将返回所有广告组.并且您可以通过检查广告中是否存在天气effective_instagram_story_id来仅过滤Insta帖子,然后通过获取对象端点通过id查找来查找帖子.

One way to poll dark posts are: act_{pageId}/ads would return all the ad groups. and you can filter only Insta post by checking weather effective_instagram_story_id exists in creative, and lookup the posts by id lookup via fetch object endpoint.

这篇关于Instagram黑暗帖子,使用api读取信息并进行操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆