In android there are final api for uploading video to youtube and any source code like as a facebook integration in android application??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Both Facebook and Youtube have their API and SDK for using their content in your application.
Read about the Facebook SDK for Android here and about the Youtube API here.
I’m not sure about the Youtube API, but I do know that the Facebook SDK for android is open source (I guess that the Youtube API is too, since it is hosted in code.google.com) and they have some examples in their source code project, I suggest you to explore it a little, get familiar with it and read the samples.