False
https://api.wasteof.money/users/jeffalo/followers/posts
Seriously, what?
Edit: OK got the answer. The endpoint returns whether we follow a user or not. In this case, @posts isn’t following jeffalo, so it’s false.
I confused it for this endpoint: https://api.wasteof.money/users/jeffalo/following/posts that returns posts of people he follows (basically his feed)
Make a user @jeffaloapi and make it only follow jeffalo and then https://api.wasteof.money/users/jeffaloapi/following/posts and get his feed
Doesn’t work. It doesn’t give his feed. I just gives his posts as expected
Ok nvm I related to this https://wasteof.money/users/jeffalo/following/posts
Yeah i just changed the “following“ to “followers“. Didn’t know such a small change would change the use of the endpoint