I have an app and a user who has added that app and authorized it with permissions: read_stream and user_status. I've got a node js app running that's trying to make an API call (using only the app credentials) to pull the user's posts but I get the following error: "A user access token is required to request this resource."
How can this be done without having to have the user login every time I want to pull their feed?