Search code examples
iossocial-networkingweibo

Tencent Weibo API Web App ID


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.


Solution

  • 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