I have searched a lot for sending videos to twitter using android application. But I could not get solution. Please help me how to upload video to twitter using android application? Thanks in advance
Its not possble to upload video on twitter.
Possible approach is to upload video on some third party server and then share URL on twitter.
Check similar post by me long ago.
Upload video on twitter
Refer this link Click here .....Twitter video share this may be useful to others . I have made up a library by extending twitter4j library . Note this is used for only Silent Video share i.e Without using the composer .
Related
I am making one android app and I want to post one advertisement on Facebook page that will have one video regarding my app and a link to download my android app. The user should be able to see the advertisement with video and if he wish to download my android app then after click on given link it should go to Play Store and will be able to download the app.
Anyone please help me to do this. How I can do this ?. I don't have any idea.
Thanks in advance.
yes you can create your ads for your app in facebook
please follow these guide lines
https://developers.facebook.com/docs/app-ads/creating-ads
https://adespresso.com/academy/guides/facebook-ads-beginner/setting-up-your-facebook-ads-account/
I am working on an application which uses socialauth api to integrate facebook and twitter authorization. But I want to know if it is possible to use the api to share or upload videos . I googled it but found nothing for videos sharing . Please suggest is it possible if yes how?
I am developing an android application in that I want to upload videos to my and my friend's Facebook profile. I have seen Facebook android SDK but I am not able to work out from where to start? I don't know, how to authenticate user? Also I don't know how to upload videos?
Can any one tell me which steps I need to take to upload video to Facebook? If possible also give sample code.
Please help me.
Thanks in advance.
Hello everyone I have search on net and I found some help for my question. I have successfully implemented video uploading but some steps you need to take before you upload.
Please refer this link and implement the given case. It will allows you to do login and then use this link to implement video upload.
I have solved my problem but I have posted this answer just to help those people who face the similar problem.
In my application I need to upload a video to youtube from the gallery or a recording. I read
http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Uploading_Videos
and i have only youtube email account....
Which of the three approaches (browser based,direct,resumable) should I use?
and there are any source code??
You're going to need to use Direct Uploading because (I'm assuming) you're going to be receiving which video to upload via and Intent. Here's a link to a project that demonstrates how to (among other things) directly upload to youtube from android. It should be exactly what you need to get started. I think the code you're looking for can be found here.
I want to develop a YouTube application for Android with the following functionalities:
Login
Comment on videos
Download on Android
Play videos by streaming and also by download
Please give me some useful way to solve this problem.
please refer to youtube api here : https://developers.google.com/youtube/
You can find options to login, comment on videos and view videos. For downloading videos,check:
http://www.ngcoders.com/php-script/php-youtube-video-downloader-script/
http: //code.google.com/p/pytube/