I need to know the ID of the posts in Weibo, because I want to do a call to the API and the weibo ID is required, so I don't know how to obtain this ID from an URL.
this is an example for a URL: http://www.weibo.com/1833141401/AC1klvp6U?mod=weibotime
I thought that 1833141401 was the ID but the API response that the weibo doesn´t exist.
Has anyone worked with this API?
Weibo uses 2 formats for the same id. You can base64 encode that ID to get the id in the same format that the API accepts.
More info and code samples to perform the operation here: http://blog.sina.com.cn/s/blog_4a238ec201012pnb.html