문제

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