Get Media Posts
#155
-
Hi Sbertix, I updated the library to latest version and Endpoint.Media.Posts.owned api does not return data. (Before it was) What is wrong in my code? My Code:
Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
sbertix
Mar 5, 2021
Replies: 1 comment
-
Hey @MariaJsn You simply need to resume the task 😊 Endpoint.Media.Posts.owned(by: self.secret.identifier)
.unlocking(with: self.secret)
.task(maxLength: 1, onComplete: { _ in
}, onChange: { _ in
})
.resume() // Add this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sbertix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @MariaJsn
You simply need to resume the task 😊
Nothing has changed, you simply seem to have forgotten one line in your code.