在 Linkedin 群组中将帖子标记为促销或职位
如何使用 Groups API 在 LinkedIn 中将帖子标记为职位?
我有我的帖子的 PostId。我唯一需要做的就是将该帖子标记为工作,以便它将显示在 LinkedIn 群组的工作讨论部分中。
但是当我调用 API 时,它给出了 400 Bad Request 错误。有谁知道为什么?
How can I flag a post as job in LinkedIn using Groups API?
I have the PostId of my post. The only thing I need to do is to flag that post as a job so that it will be displayed in the Job Discussion section in the LinkedIn Group.
But when I call the API it gives me a 400 Bad Request Error. Does anyone know why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方案类似于此函数
access_token 是您的令牌 oauth2
idP 是帖子的 id
the solution is something like this function
access_token is your token oauth2
idP is the id of the post