You cannot use TWRequest directly, since TWRequest requires an ACAccount instance. This acAccount is optional according to the documentation, and the Apple implementation can fully process the application stream when acAccount is zero, but unfortunately this is not the case.
However, you can use the STTwitter library to retrieve the user's timeline without the user's context.
Code snippet here .
source share