質問

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.

役に立ちましたか?

解決 2

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

他のヒント

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.

Maybe you can use sharesdk to do this click here

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top