beatvova.blogg.se

Wechat web without phone
Wechat web without phone






  1. WECHAT WEB WITHOUT PHONE INSTALL
  2. WECHAT WEB WITHOUT PHONE CODE

From there, the setup is pretty straightforward and won’t take much time.

wechat web without phone

WECHAT WEB WITHOUT PHONE INSTALL

You can easily download the lightweight program on your PC, connect with family, friends, or even strangers, explore user profiles, share posts on the wall, and do much more! Easy installation and setupĪs soon as you complete the WeChat download, you can install it in a matter of minutes. WeChat by Tencent offers a blend of both, bearing in mind not to overwhelm users. However, these apps either focus on social media or on more convenient messaging. display the sign-up form with prepopulated user info you got and prompt the user for the extra information you need for your website.Many applications let users connect with other people from around the world.auto login the user if they already have an account on the site.It's not as great and as complete as the chinese version, but it is a start to better understand things.Īfter you get the user information you just have to implement the logic on your mobile site to something like: (see redirect_uri=REDIRECT_URI parameter)ĪCCESS_TOKEN is a token generated using the APPID and SECRET, and calling the api : &secret=Īgain, the APPID and SECRET are available after you register to the wechat account as explained above.Īnd because we love english, it looks like there is a wiki in english available at Once they agree, the user will be redirected to the url of your choise. So what will happen is that, when the user is redirect to they will have to agree to share their information with your mobile site. Create a business account (production account) or create a sandbox account. If you don't have an APPID yet, there are 2 options available.

wechat web without phone

STATE is just a random string you generate that allows you to match it post autorisation when the page is redirected.ĪPPID is the application api from your wechat account. They will not share email or mobile number. "nsapi_userinfo" will allow you to get a bit more information about the user, but really wechat don't share much. SCOPE can be "nsapi_base" or "nsapi_userinfo". The documentation for this is available at Once you browse your mobile site from the Wechat application, the process would be that when the user goes to the login page of your site, you will redirect the user to the wechat oauth url. To generate a QR code, you can use online tools like the one from

WECHAT WEB WITHOUT PHONE CODE

The easiest way I could find to do that is by generating a QR code based on the website url and then scan the QR code using the wechat app (there is an option to scan withing the mobile app). In order to achieve such type of login, you have to remember that the website needs to be loaded within the wechat mobile application. WeChat login via WeChat mobile application from wechat to mobile site through mobile app This is also assuming you have correctly setup the API access as you need the appid, scope, and state Step 2: The code page in exchange for authorization access_token.Please refer to the section below : "WeChat login via WeChat mobile application"ĭocumentation from qq.com Using Google Transalate should give you the basics. This can only be done if the site is loaded from within the WeChat mobile application.

wechat web without phone

It appears that we cannot use the OAuth from WeChat on a website directly. WeChat login using OAuth 2.0 from a mobile site only I'm not gonna explain this here as it's not really the question. This is similar to Facebook login or Google login when you are on a third party site.ĭocumentation is available in English at QR Code login documentation In this case the user is just going to a mobile site and can login on the site using the WeChat OAuth 2.0 login.

  • WeChat login from the mobile site via a web browser.
  • Just see this like you are on the Gmail mobile application and you click on a link, you will still be in the mobile app but browsing a mobile website. This is when a user is using the mobile WeChat application, then click on a link within the mobile WeChat app that redirects the user to the mobile version of the site but still in the scope of the Wechat app.

    wechat web without phone

    WeChat login to the mobile site via the WeChat Mobile Application.This is more designed for the desktop site and is the easiest way to login wechat users from my point of view Wechat in China has far more features compared to other countries.īasically there are 3 ways to login with WeChat on your website : I'm in the same situation and i keep getting this unanswered issue from Google so I'll try to give some more information based on what I have so far.įirst let's clarify that we are talking about the WeChat in the scope of the China country.








    Wechat web without phone