Sina Weibo is a Chinese microblogging website
Questions tagged [sinaweibo]
29 questions
1
vote
1 answer
How to post a status update to Sina Weibo via OAuth2?
I'm trying to post a status update to the Chinese microblogging website Sina Weibo, via PHP/cURL and OAuth2.
I'm running into this error:
{"error":"auth
faild!","error_code":21301,"request":"/2/statuses/update.json"}
My PHP:

Uli
- 2,625
- 10
- 46
- 71
1
vote
2 answers
Sina Weibo not appearing in iOS Settings
On my device (running iOS 6) I have installed the sina weibo app and wanting to check if it works with my app.
I don't see the integration option in my setting though. Does this only work if my device is set to the chinese location?
What have I…

jwknz
- 6,598
- 16
- 72
- 115
1
vote
1 answer
Sina Weibo API PHP demo not working?
I am trying to use Sina Weibo's API but have not been able to authenticate with oAuth2.
I downloaded the demo for the V2 of the SDK from http://code.google.com/p/libweibo/
but when i try it all i get is:
array
'oauth_token' => string…

Jon
- 766
- 1
- 9
- 27
0
votes
0 answers
Weibo api - refresh token
Did anyone found a way to refresh a token with the Weibo api ?
I implemented an authentication on my website in order to get the user token but, in the JSON the API returns, there is no "refresh_token" field.
Missing this information I can't…

Paul Bonneau
- 11
- 3
0
votes
1 answer
Unable to fetch an email in Weibo
I have added scope email in Weibo SDK still I'm not getting user email in the result. Then I implemented its API
https://api.weibo.com/2/account/profile/email.json
I am getting this…

Neha
- 76
- 11
0
votes
2 answers
Unable to post using weibo Website statuses/share
So I am able to make a post on weibo account using statuses/upload but I am unable to make a post on weibo account using statuses/share.
Both takes access_token, status,pic as mandatory parameter with multipart / form-data.
And I am getting the…

j4rey
- 2,582
- 20
- 34
0
votes
1 answer
How to parse the respond url without actually open the webpage in python?
I am now woking on a sina weibo crawler using its api.
In order to use api, I have to access oauth2 authorizing page to retrive the code from url.
This is exactly how I do:
Use my app_key and app_secret (both known)
get the url of oauth2…

shin
- 671
- 6
- 10
0
votes
1 answer
weibo get status of other user?
I want to get the timeline post of the other user using weibo api but not getting.weibo API. I am using few API Call like user_timeline,trends but not getting any proper data. please, let me know if I missing any API or any settings in App. I have…

Sanoj Kashyap
- 5,020
- 4
- 49
- 75
0
votes
1 answer
Sina Weibo's short url?
When browsing sina weibo, one of a typical weibo message's url looks like this:
http://weibo.com/1887344341/Dr3jyu3tp
Where 1887344341 is the User ID. I'm not clear what is Dr3jyu3tp and how did we get that. Is it a shorten version for message…

Bruce Lin
- 2,700
- 6
- 28
- 38
0
votes
2 answers
Weibo iOS SDK Bitcode error when archiving with Xcode7.1
Environment
Xcode 7.1
OS X 10.11.1
Archiving iOS with minimum target requirement 8.0
Podfile
pod "WeiboSDK", :head
Error Message
ld: bitcode bundle could not be generated because
…

Yuwen Yan
- 4,777
- 10
- 33
- 63
0
votes
1 answer
Weibo like button
I am setting Weibo like button from the guide. And receiving interesting result that code that i write in jsFiddle is working but in the browser not. So what is the problem?
…

Oleg Gordiichuk
- 15,240
- 7
- 60
- 100
0
votes
1 answer
Does Weibo have an v2 search api?
I'm trying to build a sina app which will have capabilities of searching statuses based on key word, geo location, date etc...
I cannot find an api which supports what I'm trying to do.
I am aware they have a v1 api which does what I want but it is…

Paul Wojnarowicz
- 31
- 1
- 1
- 4
0
votes
1 answer
Sina Weibo Authorization page
I'm developing a Sina Weibo integration and I'm doing the oauth correctly but I have a problem with authorization page. When I click on enter, I accept authorization page and I can loggin correctly but if I log off and I try to clic another time…

nsanchez
- 132
- 2
- 12
-12
votes
1 answer
How to integrate Sina Weibo login into wordpress?
How can I integrate a login using Sina Weibo in my wordpress site, just like we do for facebook and twitter ?

Leo T Abraham
- 2,407
- 4
- 28
- 54