iam developing using PHP with twitter OAuth. If user accept my app to access his twitter account, can i get his followers timeline ?? i mean can i get someone timeline without token ??
You can’t get a “followers timeline” but you can certainly get the home timeline for a user if that user has authenticated via OAuth in your app. You can get the public timeline without a user token (i.e. using app-only auth). All apps should use OAuth and be registered via apps.twitter.com anyway.