Sina Weibo is a Chinese microblogging website
Questions tagged [sinaweibo]
29 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
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…

Yannick Dawant
- 71
- 5
2
votes
1 answer
Why the python module newspaper3k only return 0 articles for tencent, sina and wallstreetcn?
The newspaper3k library is amazing. I am addicted on it.
May I ask, why the Source and build() only return 0 articles from most of the china financial news page?
Any problem in my code?
from newspaper import Article,…

Marcus AU
- 39
- 2
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
1
vote
3 answers
Sina Weibo API callback problem
Has anyone here been able to connect to the Sina Weibo API?
I hit a brick wall when it comes to the callback URL.
I seems it will only allow a root folder as URL
so www.example.com works but www.example.com/sina doesn't
anyone knows a work…

Jon
- 766
- 1
- 9
- 27
1
vote
1 answer
How to use Bottle with Sina Weibo API for Web-login
I'm trying to write a third party app of Sina Weibo using bottle.
However, the SDK they provided for Python does not seem to have the function of "web login".
I have done take a look at their PHP SDK which has the function for web oauth login.
I…

Felix Yan
- 14,841
- 7
- 48
- 61
1
vote
1 answer
Weibo missing oauth_callback_confirmed
I believe I have managed to register an app within weibo (translating everything through Google) and I have started the Oauth process (1.0) and get back a token and secret at the request_token stage. However I don't get an…

Ukuser32
- 2,147
- 2
- 22
- 32
1
vote
0 answers
Fetching latest user status in Weibo
I want to fetch the latest (public) status from our Weibo account and show it (reformatted and styled) on our website.
I can use the OAuth2 API, but that only provides a temporary auth token (and no refresh token). So whenever that expires…

Apemantus
- 683
- 6
- 20
1
vote
1 answer
How to get users list and their corresponding blog posts from sinaweibo website
Sina Weibo is a Chinese microblogging website ,I am doing a scraping project which involve getting of blog post count of each users in this website,
url of website: http://blogus.sina.com/gb/hotbloger/#top
In this page you guys can see the list of…

Geo
- 31
- 5
1
vote
2 answers
Weibo redirect_uri_mismatch
I'm having trouble setting up sina weibo for a chinese app. Since I don't understand chinese I'm using google translate, and I'm sure I didn't set something properly and I get a redirect_uri_mismatch.
My redirect uri is public static final String…

Tazz
- 781
- 1
- 8
- 23
1
vote
1 answer
Can't post with image to Sina Weibo using UIActivityViewController
I've added an activity view controller to allow sharing a picture from my app to various social media apps, including Sina Weibo. I have the Weibo app installed on my iPhone5 and I'm logged into it and it shows up in the activity view controller…

Tim
- 1,428
- 19
- 26