WeChat and QQ Profile URLs - url-scheme

Snapchat has a profile URL https://www.snapchat.com/add/username
QQ and WeChat used to have URL schemes:
http://weixin.qq.com/r/WeChatIDgoeshere
icq:message?uin=ICQIDgoeshere
None of them work - they either just open the app or open the google play app store - not the profile or messaging activity windows - on Android.
What are the QQ and WeChat URL schemes or URL to profiles?

URL should be
https://icq.com/people/ICQIDgoeshere
I don't think WeChat has one yet.

Related

Open the Twitter app instead of the site for authorization APP

I have a site that Login with Twitter API.
User redirect to this link to Accept :
https://api.twitter.com/oauth/authenticate?oauth_token=XXXXXXXXXXXX
My problem is that in mobile, it enters the Twitter site through a browser and needs to log in to the Twitter account ** But all users use the Twitter app!!**
**
Is there a way to enter the Twitter app through the site and confirm without the need to log in again?
**
You can use this link to open Twitter App.
twitter://endpoint?token=X
More information in this StackOverFlow question.

What will be the Domain name in Facebook or Twitter Page if Social Login is done from Google Chrome Extension?

I'm trying to create a social login Google Chrome Extension But have no idea of what should be the domain name of redirect URL in doing so.
Is there any social login service I can use for creating Facebook and Twitter Login In Chrome-Extension ?

Branch (React-native) deeplinking is not working in FB messenger (Android)

I am using Branch.io to send users their credentials in my app. Since the app is not live yet, i am testing with everything on "live" in the Branch settings.
If I create a link from the app and send it via Slack or email, with the app installed then the app opens but if I share the link with Facebook messenger then the fallback url is used. EDIT:The fallback is the expected behavior on iOS, but i am working on Android.
I did find this which (1) is not very promising (2) is old (3) is not exactly the same situation since the links do work for me.
If you click the link from the Facebook Messenger app, then redirecting to the Fallback URL is the expected link behavior:
https://docs.branch.io/pages/links/integrate/#expected-link-behavior
Per the docs, you can still open the app using URI schemes or a Deepview.

Google games services rest sign in https redirect error

On my site I am using google play games services to sign in and I want to redirect to an https site but when I am signing in with https set as redirect url and click allow the sign in screen freezes.
Make sure you follow this steps that is stated in the Google Play Games documentation that to modify attributes related to your OAuth 2.0 client ID (web origins and redirect urls for a web app, bundle ID for an iOS app, etc.)
Open the Google Play Developer Console and navigate to your game.
On the Game Details page, scroll to the bottom and click the link to the linked Google Developers Console project.
In the Google Developers Console, select your project.
In the sidebar on the left, select APIs & auth. Make sure that the Google Play Games Services API status is ON in the displayed list of APIs.
In the sidebar on the left, select Registered apps.
Expand the OAuth 2.0 Client ID section and find the attribute to edit.
Also make sure you follow the steps in Creating Client IDs and Configure Service.

after login with google and facebook not returning back in ios 7

As per title in my app i can successfully login with facebook or google account as per tutorial given in developer.facebook.com and developer.google.com but problem is that flows not return from browser to my app.
Did you configure your project's URL Schemes correctly in your info plist?
https://developers.facebook.com/docs/ios/getting-started#configure
The login calls a custom URL that your app has to handle after the authentication is done