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
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

Replacing PostMethod with HttpPost in Android

While integrating Weibo's Android SDK into an app, I discovered the HttpClient class it contains uses an obsolete library that Android dislikes intensely (in fact I think they just pasted a Java SDK into an Android Eclipse project and shipped it). …
Andrew Wyld
  • 7,133
  • 7
  • 54
  • 96
1
vote
1 answer

Display sina weibo public_timeline

I want to display my lastest sina weibo on my personal blog with my own css style using the statuses/public_timeline api. The expected outcome should be simular to twitter widget in the footer of http://themes.pixelwars.org/responsy/. I have no…
user1597243
  • 95
  • 2
  • 7
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
1 answer

How to open a Sina Weibo user profile?

We can open Twitter app and direct to a Twitter user profile by: let a = URL(string: "twitter://user?screen_name=BarackObama") UIApplication.shared.open(a, options: [ : ], completionHandler: nil) Now I want to open Sina Weibo app and direct to a…
michaelma
  • 90
  • 2
  • 9
0
votes
0 answers

Scrapy to login and then grab data from Weibo

I am still trying to use Scrapy to collect data from pages on Weibo which need to be logged in to access. I now understand that I need to use Scrapy FormRequests to get the login cookie. I have updated my Spider to try to make it do this, but it…
Nick Olczak
  • 305
  • 3
  • 14
0
votes
1 answer

Transforming scraping data into dataframe (weibo tweets)

Good evening, I just started using Python for a project (I want to use social media data from different platforms to then proceed to an analysis) and I need to retrieve from Weibo different tweet data. I chose to use this library for this work.…
user11080974
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…
0
votes
1 answer

Weibo API - get fan count without authentication

My client has a website and he needs to show fans count of his Weibo Fan page. How can I get the fan count without authentication to Weibo API. As I see almost all requests needs authorize. But what I need is when user visits site we will show the…
Dinu
  • 123
  • 1
  • 2
  • 7
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
1 answer

Sharing with weibo sdk

I create app in my weibo dev account, got app key. Weibo is installed on my phone. When I trying to share some text, nothing happens. In my activity only onPause() and onResume() triggered. mWeiboShareAPI =…
Nik Kober
  • 868
  • 11
  • 16
0
votes
1 answer

Web scrape Weibo Follower count using python

Hi I am a beginner to python, and I am trying to get the number of followers for some Weibo accounts. I've tried using the Weibo API, but I could not get the information of the Weibo accounts (not my account/ dont have the credentials). From what I…
Bread
  • 135
  • 1
  • 13
0
votes
1 answer

How to share video(not url) to weibo?

Is there any way to share video to weibo ? I don't mean just share video url. When I use 'UIActivityViewController', it isn't shown on the sharing items. Does it not support in sharing video for weibo?
Shot Huang
  • 13
  • 4
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
2 answers

Share data on Weibo and QQ internation in iOS

I am trying to share data on QQ internation and Weibo, but not getting such a good way to post data on this messengers, i tried a lot for sharing data on weibo and qq internation but not getting result. guide me to correct way and which is the…
Nikunj
  • 49
  • 7