[mgp25 instagram API上传故事并提及其中的用户

问题描述 投票:2回答:1

我正在使用mgp25 Instagram API,并遇到以下问题,我想标记/提及故事中的用户。我现在可以轻松地使用此API制作主题标签或添加指向故事的链接,但是从示例和源代码中,我无法获得有关在故事(如贴纸)中标记/提及用户的具体代码:

通过Instagram故事提及/标记用户的图片

picture of user mentioning / tagging via Instagram story

我已经在GitHub上发布了一个问题:https://github.com/mgp25/Instagram-API/issues/1826

这是我根据API和示例中的现有源代码创建的代码,但是此用例没有具体的示例,并且不起作用:

'story_mentions' =>
[
        'user_id'          => '123456789',
        'x'                => 0.5,
            'y'                => 0.5,
            'width'            => 0.5661107,
            'height'           => 0.10647108,
            'rotation'         => 0.0,
            'is_sticker'       => true, // Don't change this value.
],

[也许有人有一个想法或已经实现了一个想法,此外,位置标签的示例也无法正常工作:/

谢谢您!

php instagram instagram-api
1个回答
0
投票

我遇到了同样的问题,几个小时后我发现答案在这里:https://github.com/mgp25/Instagram-API/blob/master/examples/uploadStory.php#L31举例说明。

© www.soinside.com 2019 - 2024. All rights reserved.