How do I link to wechat from a web to open app - hyperlink

Example:deep link: weixin://dl/chat?{toID}
{toID} is WeChat ID
But it not true.
Please help me. Thanks

Related

How to open a particular Facebook post from IOS app. not a facebook page. correct url scheme to open a facebook post?

I'm trying to open a facebook post from ios app.
I referred What are all the custom URL schemes supported by the Facebook iPhone app?
But there is no direct answer to the question.
How can I create a url scheme to a facebook post by using fb://photos/ or fb://post/ ?
Any hints are appreciated.
I found a way to open a facebook image by fb://photo?id=(postId).
Use fb://profile/(postId)for share a post.
to open a specific facebook post you can try:
fb://profile/(postID)
As of Feb 2021, the url you copy directly via Facebook app (when you click on Share) can be used directly in your app to open the post in FB iOS app.
Note: Just replace the 'web' in url with 'www' if there is any.

"Enter a valid website" when entering Redirect URI in instagram in ios

I'm currently developing iOS app and implemenet Instagram login.
When I entered igeb6240d263fb4736b3740af87edd18ea://authorize in Redirect URI in instagram developer center, I got this message Enter a valid website"
I think it works fine until October or so, but this is new problem.
Can anyone please help me?
Doing many hours of research I finally find solution from this link.
OAuth2, Swift 3, Instagram
We can integrate instagram with SimpleAuth library as mentioned there.
I hope this will help others.
You can create a webpage which redirects the Instagram redirect url to the custom url scheme of your iOS app (including all the url parameters). The only disadvantage of this solution is that you need a server to host this webpage.

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.
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.
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
Maybe you can use sharesdk to do this click here

Twitter and Facebook for Socialize

I'm trying to get Twitter and Facebook to work on Socialize for my iOS app. I've followed the steps on Socialize's website up until the "Linking to existing credentials" area (Twitter: http://socialize.github.io/socialize-sdk-ios/twitter.html, Facebook: http://socialize.github.io/socialize-sdk-ios/facebook.html). When I run the app, it successfully builds but Facebook and Twitter still do not show up as options for sharing. I have a feeling there's some small part I'm missing but can't figure it out. Does anyone know if maybe there is something that Socialize does not mention in the guide that may need to be done or some other possible answer?
Thanks,
David
you have to put the following in the app delegate, or another place, follow the documentation:
[SZFacebookUtils setAppId:#"YOUR FB APP ID"];
[SZTwitterUtils setConsumerKey:#"YOUR_TWITTER_CONSUMER_KEY" consumerSecret:#"YOUR_TWITTER_CONSUMER_SECRET"];
http://socialize.github.io/socialize-sdk-ios/facebook.html
http://socialize.github.io/socialize-sdk-ios/twitter.html

ShareKit Facebook Error After Integration... Not able to post the message

I have been able to integrate the Facebook API using Sharekit.
But currently i am being displayed with the following error.
Can someone provide a lead to me on this that what is going wrong here.
The screen shot for the error is displayed below:
Enter the Facebook APIID in SHKConfig.h file

Resources