Today im releasing a little pet preoject of mine, which is a PHP based Class library for Twitvid.
The Twitvid Class library written in PHP will help developers retrieve information from the Twitvid API, including Embedding WUser widgets, user video listings, uploading & uploading with attached tweet to twitter, all you need to do is use your Twitter username and password to generate the required information..
Embed Single Video
Embed User Widget
List of current functions to use
embed_video():
Embed a Video widget on a webpage.
embed_widget():
Embed a Users Widget on a webpage.
authenticate_it():
Authenticate with Tiwtter, generate Auth Token.
list_videos():
List a users video based on username/password.
create_playlist():
Create a container for video uploads.
upload_video():
upload a single video with no tweet.
upload_video_post():
upload a single video and tweet to twitter.
get_categories():
List the Current video categories for twitvid.
delete_video():
Delete a specific video.
Click here for my twitvid PHP class example page and download link
This is my first release so expect bugs :) – Post your comments below…

@Rolo, yea the Documentation is still being worked on at the moment, I’m currently updating the class to version 2, it should :) be a lot faster to use, work with, along with the docs to keep everyone up to date and inline with the new twitvid code…
as for your problem, did you make sure that the media file is that last item being passed in the argument being passed to the function?
I am having trouble with the twitvid api while using php. It was working before, but apparently twitvid has changed some stuff around, and my code no longer works.
I am trying out your class, and almost everything works, except the uploading. I keep getting a “no file specified to upload” error, no matter how I try it.
The file info is stored in the $_FILES array, not $_POST… is there something I’m missing?
Also, in your examples, you are missing all the arguments that you have in your code, so it’s a little misleading… just thought I’d let you know.
Any help would be great, thanks.
Im sure you guys will find some use for this, like i said above its the first release, but im sure it covers most, if not all, of the twitvid API calls… still a few bits and bobs i want to work on, but feedback is always welcome..