Do all apps developed through the API have to be publicly accessible?
I’m developing a facility to check the latest tweet of a certain user, to be embedded on an internal, non-public, service. I used to deal with it via endopints like https://twitter.com/statuses/user_timeline/.json
Will this still be possible using the new authenticated API? Or am I forced to provide this publicly, if I want the service to run?