how to upload video on twitter using twitvid in iphone sdk?

久未见 提交于 2019-12-18 04:26:05

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/19066213/how-to-upload-video-on-twitter-using-twitvid-in-iphone-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!