I am trying to upload video to twitter using twitvid i got sample code from TwitVid when i run the sample code and i tried to upload a video at that time it shows me uploadi
Try this
step 1: https://dev.twitter.com/apps
step 2: login your twitter account
step 3: click create a new application
step 4: Enter application details --> click create your twitter application button
step 5:-->Your access token
click create access token button it will automatically generate authentication key and authentication secret key
step 6: Click OAuth tool --> get
Consumer key: Consumer secret: Access token: Access token secret: AppId:#######
The Application ID is the number present in your application's info page URL. For example:https://dev.twitter.com/apps/######/oauth The ####### is the app ID number. We need this to look up your application's information in our database.