Questions tagged [weibo]

Sina Weibo is a Chinese microblogging website. Akin to a hybrid of Twitter and Facebook, it is one of the most popular sites in China, in use by well over 30% of Internet users, with a similar market penetration that Twitter has established in the USA.

Sina Weibo is a Chinese microblogging website. Akin to a hybrid of Twitter and Facebook, it is one of the most popular sites in China, in use by well over 30% of Internet users, with a similar market penetration that Twitter has established in the USA.

58 questions
18
votes
2 answers

Renren, Weibo, and Baidu Like buttons using only HTML (No Javascript)

I am working on a website that will marketed in China, and I would like to know if there is a method to create "share" buttons for Renren (Similar to Facebook), Weibo (Similar to Twitter) and Baidu Like (Similar to Google's +1) using only HTML. For…
Andrew Odri
  • 8,868
  • 5
  • 46
  • 55
9
votes
1 answer

Is there a Weibo share count endpoint

Long shot, but I'm looking for the Weibo version of these…
Derek Johnson
  • 285
  • 6
  • 24
4
votes
1 answer

Why don't Tencent Weibo and Baidu Tieba links work?

The following Chinese social media post links have been constructed in the correct format, but neither of them is…
Andy
  • 67
  • 1
  • 7
4
votes
2 answers

Get keyboards currently enabled in Settings?

Is there any way to identify which keyboards are enabled in Settings? Sharing to Sina Weibo is only possible if a Chinese keyboard is enabled, so I'd like to only show the "Sina Weibo" action sheet button if a Chinese keyboard is available.
martinjbaker
  • 1,424
  • 15
  • 23
4
votes
1 answer

iOS 6 ActivityViewController customization of weibo, etc

i want to implement the new ActivityViewController of iOS6, but i want to get rid of the unused activities like message, copy, sharing on weibo, etc.. Is it possible to customize or subclass it to remove those icons? Thanks for your help!
Fry
  • 922
  • 2
  • 10
  • 24
3
votes
2 answers

how to get weibo (weibo.com) Consumer and secret key?

how can i get consumer key and secret key (for oauth type) for a china website www.weibo.com I want to integrate this website features in iOS app. Thanks,
user145883
  • 227
  • 1
  • 7
  • 20
3
votes
0 answers

Is there a way to auto refresh Weibo access_token

I'm working with the Weibo API, and access_tokens expire after seven days. They claim that there is a way that there should be a way to auto-refresh the token, but I can't find any documentation on it... has anyone dealt with this? (We aren't using…
3
votes
1 answer

JSON with Chinese characters processing to XML in java for RDB

Im doing a RESTful webservice call on the Chinese weibo platform and get a JSON file in return that looks like this: [{ "id": 2098220080, "idstr": "2098220080", "class": 1, "screen_name": "王理巍", .....}] So its an array with 100 inner objects. My…
shao yan
  • 43
  • 1
  • 5
3
votes
1 answer

XPath, in a Greasemonkey script, is not selecting right nodes on an XHTML page

I'm working on a Greasemonkey script for weibo.com. I can't pick the elements using XPath on the XHTML page. This code fails to grab the elements I want: function resolver(prefix) { return prefix === 'x' ? 'http://www.w3.org/1999/xhtml' :…
2
votes
2 answers

Weibo error 20112 when attempting to access a user's post

I'm attempting to get a user's Weibo post with 2/statuses/show. I'm able to get posts made by my own account fine, but when I try to get another user's post I get the error: {"error":"Permission…
Subtlebot
  • 312
  • 3
  • 15
2
votes
2 answers

How can I get the id of some Weibo post

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…
user2815775
  • 21
  • 1
  • 3
2
votes
3 answers

Sina Weibo feeds in Wordpress?

I did days of research and tried nearly every available wp plugin. But it seems to me like in English there's no way to find a solution. I need a way to show the latest Sina Weibo feeds on my Wordpress website. If there's any way to get the weibo…
immerag
  • 55
  • 1
  • 10
2
votes
1 answer

How to create a Tencent Weibo (qq) share button?

I need to implement the equivalent of the Tweet button for the Chinese translation of a website, that is, not the "share on Weibo" button, which I already got (using the generator here), but a Tencent/QQ Weibo share button. What I've done so…
Paolo Stefan
  • 10,112
  • 5
  • 45
  • 64
2
votes
1 answer

Using Python regex to identify retweeters from tweets with Chinese characters

Given a tweet of Sina Weibo: tweet = "//@lilei: dd //@Bob: cc//@Girl: dd//@魏武: 利益所致 自然念念不忘// @诺什: 吸引优质 客户,摆脱屌丝男!!!//@MarkGreene: 转发微博" Note that there is a space between // and @诺什. I want to get a list of retweeters, like this: result =…
Frank Wang
  • 1,462
  • 3
  • 17
  • 39
2
votes
1 answer

How to integrate weibo login on my website?

I have a login with facebook feature on our website. Does chinese social network weibo have such a feature? Where can I read about weibo API or login integration? Thanks!
Rantiev
  • 2,121
  • 2
  • 32
  • 56
1
2 3 4