I am using twitter API in my Laravel application. In my app I want to get user name and profile picture when user insert url by. I searched lot but couldn't found. For user info I had to make user login to twitter and connect with my app for access token. I want to use App authorization only so user don't need to login twitter. I found that with Bearer token tweets can be search with this search API
https://api.twitter.com/1.1/search/tweets.json?q=twitterapi
Is there any API's that I can get User screen name using URL?
I know there may be posts that are similar with this, most answers with usl says "This page doesn't exists" or saying to use Oauth.
Thanks in advance.