At Radbox, we allow user to add a video by calling our api
http://api.radbox.me/video/add?url=url&dev=devKey&user=userKey&t=title

Basically, it's a normal url with video as controller and add as
function with returned format as json which is provided by web2py. We
have not built api to authenticate user yet. We have created a unique
userKey for each user and we use it to authenticate users. Eventually,
we will replace this with authentication apis.

> On Jan 30, 11:35 pm, Bruno Rocha <rochacbr...@gmail.com> wrote:
> radbox.me has a very nice APIhttp://radbox.me/api/index made with web2py,
>
> would be great if that guys could share some information and tips about it.
>
> Bruno Rochahttp://about.me/rochacbruno/bio

Reply via email to