How do I set up feeds for a social app?

Follow

Comments

2 comments

  • Martin Petts

    Hello. What's the best way to create a profile feed, containing a user's posts and comments? We use addActivity for the posts, but reactions.add for the comments currently. Should we switch to using addActivity for the comments as well. Maybe add comments as both activity and reaction? What's the recommended method? Thank you.

    0
    Comment actions Permalink
  • Nayric

    Hello, 

    Adding an activity returns this error; please help:

    flutter: {detail: You do not have permission to do this, you got this error because there are no policies allowing this request on this application. Please consult the documentation https://getstream.io/docs/, status_code: 403, code: 17, exception: NotAllowedException, duration: 0.19ms, more_info: https://getstream.io/docs/api_error_responses}

    The error is caused by:

    to: [FeedId.id("global:all")]
    0
    Comment actions Permalink

Please sign in to leave a comment.