-
Hello, I was fetching all friendships with below code in version ~4, as I see in version ~5 friendship values return by one by. Is there anyway to get whole in once? (Without storing manually in an array etc..)
Old Way:
|
Beta Was this translation helpful? Give feedback.
Answered by
sbertix
Jun 19, 2021
Replies: 1 comment 4 replies
-
Hey @emreond, Sure. Endpoint.users(idsArray)
.friendships
.unlock(with: secret)
.session(.instagram)
[…] Here's the migration guide for all |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
sbertix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @emreond,
Sure.
Here's the migration guide for all
Endpoint
s from4.*
to5.*
.