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 uploading process in UIAlertView
but after completion of uploading it gives me error Upload Failed
i found that in this sample code TwitVid_APP_ID
is missing but i tried a lot to get TwitVid_APP_ID
from TwitVid but i didn't get a way to get TwitVid_APP_ID
. I have also gone through the document of TwitVid they have mentioned that if you want to get TwitVid_APP_ID
than mail at mailto:support@twitvid.com .i also mailed but its also not working.
I know how the TwitPic
works for image uploading, but i am trying to upload video here.
Is there any other way to upload video on twitter than please also mention me.
can any body please help me?
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.