The Loops Video Resource is much different than Pixelfed or Mastodon!
The Loops Video Resource is much different than Pixelfed or Mastodon!
Loops App Devs FYI: We have an endpoint for user preferences, if `hide_for_you_feed` is true, you should hide the FYF from them as they desire.
https://docs.joinloops.org/#tag/UserPreferences/operation/userPreferences.show
Loops App Devs FYI: The For You feed requires you to send an "impression" request after a user views or scrolls past a video, so you need to track the duration they viewed, otherwise pagination won't work.
We require this because the duration of viewed videos helps determine future recommendations in the algorithm.
https://docs.joinloops.org/#tag/ForYouFeed/operation/forYouFeed.recordImpression
I've been working on a dedicated Developers section for https://joinloops.org that explains everything in detail, along with some example endpoints and resources to make it easier to get started building on Loops.
Shipping soon!