Get Access_Token using Twitter Application Only Authentication
#Steps to get Access_Token:
- Create an application on your "https://apps.twitter.com" acount
- Get "kConsumerKey" and "kConsumerSecretKey"
- Get getBase64EncodedBearerToken
- Make "kTwitterAuthAPI" call with "Basic Authorization"
- Get "access_token" and use it in "Bearer Authorization" calls
Check out the code for more clarifications!