0

I'm trying to implement Tencent Weibo sharing on an iOS app. According to the Apple Docs you need to fill the Tencent Weibo Access Key when requesting permissions (ACTencentWeiboAppIdKeyin the options dictionary).

Can somebody guide me through the Tencent Weibo web to get an App ID for my app?

I would say that you would need to visit here to get the key, but the page just shows an empty background for me. Maybe the dev page doesn't work outside China? Can anybody over there check it out?

This answer looks relevant, but I'm not 100% sure it is talking about the same App Key.

Community
  • 1
  • 1
Ricardo Sanchez-Saez
  • 9,466
  • 8
  • 53
  • 92

3 Answers3

2

Here's a useful step-by-step guide (in English) for registering for a API access:

http://www.cs.cmu.edu/~lingwang/weiboguide/

The process on Weibo's site is indeed in Chinese. The guide gives some guidance here.

One other suggestion would be to download the Chrome extension Zhongwen Chinese Popup Dictionary. If you don't know the meaning of a Chinese character this extension allows you to mouse over for a definition. Will help locate username, password field etc.

KBalmer
  • 21
  • 3
0

Maybe you can use sharesdk to do this click here

Allan
  • 2,086
  • 1
  • 18
  • 39
0

The step to get AppKey and AppSecret: here

The SDK about download website: here and Git URL. You can follow the example and just to change the AppKey, AppSecret, and share content.

The API document website: here

ShareSDK is also a good choice for you which have mentioned by @Allan.Chan

simalone
  • 2,768
  • 1
  • 15
  • 20
  • Does http://dev.t.qq.com/wireless/intro/ work for you? For me it just shows an empty background. Maybe it only works in China? – Ricardo Sanchez-Saez Mar 12 '14 at 10:29
  • Still don't know why http://dev.t.qq.com show empty for me, but a colleague was able to access it and generate the key, so I will mark this as accepted. Also, more info on the app generation process: http://qr.ae/nnszF – Ricardo Sanchez-Saez Mar 12 '14 at 11:52
  • [http://dev.t.qq.com/wireless/intro](http://dev.t.qq.com/wireless/intro) work for me, maybe you can access it using goagent. :) – simalone Mar 12 '14 at 12:41