story problem #470
Unanswered
hamed25530
asked this question in
Q&A
Replies: 1 comment
-
Hi, Regards. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I have a problem in send a story
mentions and hashtags don't work when uploading a story
The story with mentions was posted
But there isn't any mention on real Instagram app
my cod in vb.net:
Dim option As New InstaStoryUploadOptions
option.Mentions.Add(New InstaStoryMentionUpload With {
.X = 0.5,
.Y = 0.5,
.Z = 0,
.Width = 0.3,
.Height = 0.1,
.Rotation = 0,
.Username = "ebi"
})
Dim presault = Await api.StoryProcessor.UploadStoryPhotoAsync(image, "test", option)
Beta Was this translation helpful? Give feedback.
All reactions