Question

The Chinese version of Facebook/Twitter is called Sina Weibo. I would like to fetch the activity feed of a specific company site in Weibo, and put it on the company web page.

I cannot use the topical wall widget since it might show random postings on the specified hash-tags, not official for the company (am I right?).

If there were an official RSS-solution of Weibo, that would have been all I needed to create a feed with custom design, but as far as I and Google knows there are none. Only third party sites are offering this.

If I could fetch the information via the API - Weibo REST services, it would be awesome. I will need to show only public postings meaning no login is required for page visitors.

Anyone got any ideas or experience of achieving this with Weibo?

Weibo Widget API - http://open.weibo.com/widget/

Was it helpful?

Solution

You may use this api to get the latest weibos of one user.

https://api.weibo.com/2/statuses/user_timeline.json

The following article may also be helpful http://www.cs.cmu.edu/~lingwang/weiboguide/#openweiboacc

OTHER TIPS

You can read Weibo API english documentation : Weibo API

But the last update was written on 2012. This maybe an error as the chinese update is recently done in 2017.

It requires you to register to get an API key.

You may alternatively embed a Weibo widget from external providers such as this Weibo widget

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top