Uploading videos to Twitter using OAuth
Posted
by deepa
on Stack Overflow
See other posts from Stack Overflow
or by deepa
Published on 2010-05-28T13:11:33Z
Indexed on
2010/05/28
13:11 UTC
Read the original article
Hit count: 286
Hi,
I am developing an iPhone app that uses Twitvid library for uploading videos to TwitVid. This library first authenticates the app using the user-name and password input parameters. Then it uploads the video. But, recently I switched to OAuth mechanism of authentication which leads to a web-page where user can enter the user-name and password. So, I cannot provide the input fields for user-name and password in my app for uploading video.
Can someone help me out to solve this problem.
Thanks and Regards, Deepa
© Stack Overflow or respective owner