Hi all is there any screen_name which return all twiittes of apiv1.1 or some other way to get all twittes instead of a specific screen_name with oauth configuration.
There is no way to get all Tweet using the REST API, for this purpose you can use the streaming API. I guess best suited for this would be the firehose streaming API, which requires approval by Twitter if you want to use it, as far as I know.
Thanks ePirat