Questions tagged [wechat]

WeChat is a mobile text and voice messaging communication service introduced by Tencent Inc., one of China's largest Internet service providers, in January 2011. It's a free instant messaging service application.

WeChat is a mobile text and voice messaging communication service developed by Tencent in China, first released in January 2011. The app is available on Android, iPhone, BlackBerry, Windows Phone, and Symbian platforms. Languages supported include traditional/simplified Chinese, English, Indonesian, Spanish, Portuguese, Thai, Vietnamese, and Russian. WeChat is supported on Wi-Fi, 2G, 3G, and 4G data networks.

WeChat provides multimedia communication with text messaging, hold-to-talk voice messaging, broadcast (one-to-many) messaging, photo/video sharing, location sharing, and contact information exchange. WeChat supports social networking via shared streaming content feeds and location-based social plug-ins ('Shake', 'Look Around', and 'Drift Bottle') to chat with and connect with local and international WeChat users.

Photos can be taken and embellished with artistic filters, captions, and placed into a personal photo journal for sharing with other users. User data is protected via an on-demand contact list backup and retrieval to/from a cloud-based service. WeChat claims to provide a social networking platform that emphasizes user privacy and fast response performance.

Registration is completed through Facebook Connect, mobile phone SMS/VM, or Tencent QQ. The application was initially launched as Weixin in China in January 2011, with international language support in October 2011, and re-branded as WeChat in April 2012.

Official website: http://www.wechat.com/

Developer website: http://dev.wechat.com/

315 questions
6
votes
3 answers

Wechat login for mobile website

Wechat has a very convenient QR-code login option (sorry, Chinese only) for desktop websites. Basically you just scan the code with Wechat, click OK, and you're logged in. However, I'm struggling about how to implement the same functionality when…
Michael Sayapin
  • 153
  • 1
  • 1
  • 6
6
votes
3 answers

How to get Wechat authorization token?

Target: get token which I need to send to the app server Problem: registered returns true, requests done returns true, but onReq and onRespdid not get called. Here is the code: public class WeChatActivity extends Activity implements…
Sinigami
  • 449
  • 3
  • 20
  • 38
6
votes
2 answers

WeChat sharing, how to change re-share description and thumbnail?

Question Is there a way to provide a custom title, description and thumbnail for when my website pages are shared from within WeChat? Background We have an iPhone app from which users can publish/share posts with their friends using WeChat (aka…
davur
  • 1,420
  • 1
  • 15
  • 37
5
votes
1 answer

How to disable context menu in Tencent / X5 / WeChat browser on Android

I have a web application that has some interactions where the user is required to long press / hold on the screen to progress, this all works fine, however on WeChat in China, and similar browser/webviews like Tencent (X5), a context menu appears…
SteveEdson
  • 2,485
  • 2
  • 28
  • 46
5
votes
1 answer

Can I create a link from a website which opens Wechat app on a mobile?

I know that I can post a QR code and if someone scans it on their phone, it will open Wechat app. But what if they are already on their phone, browsing the site? They obviously cannot scan the QR code if they are on the mobile. I read in another…
Vigilante
  • 121
  • 1
  • 1
  • 7
5
votes
2 answers

Unable to log into WeChat Sandbox

Revisiting a project I've not opened for a month or so I've found that the sandbox account I previously set up cant be accessed, visiting; http://admin.wechat.com/debug/cgi-bin/sandbox?t=sandbox/login Allows me to log in via. the scanning of the QR…
chris
  • 161
  • 1
  • 5
5
votes
0 answers

WeChat Integration to my android application for login

I have appId and appSecret of WeChat and also conform the package name.But not pass to WeChat allow dialog.I am done with WeChat Demo. But After Login, I got errCode "-6". If any one have idea about this, please help me and any suggestions are…
5
votes
1 answer

Wechat : OAuth with test account

I'm actually trying to set up a OAuth login with WeChat for my web application. So, I have create a account on wechat, and I used a Test account to have all access unlimited. So, on the test account configuration, I have successfully validate the…
PallMallShow
  • 137
  • 1
  • 9
5
votes
1 answer

Open Contact's Chat window in WeChat

Is it possible to send message to a specific contact through WeChat directly from another app? I know the contact ID. I want to open that contact's chat window when I Click on the WeChat button in my android application.
Sandeep Mane
  • 223
  • 1
  • 2
  • 9
5
votes
5 answers

How do you obtain a WeChat access_token certificate from api.wechat.com?

This site tries to explain the process: http://admin.wechat.com/wiki/index.php?title=Access_token The problem is nowhere do they tell you where to get the AppID or what exactly the secret is.Has anyone else succeeded in communicating with WeChat?
PotatoJam
  • 319
  • 1
  • 4
  • 13
4
votes
1 answer

Wechat Social Login error: "Oops Something went wrong :("

I am trying to integrate wechat social login to my website, but I am not sure why it is not working. When I access the URL on the browser, it appear the following screen What I'm expecting: Here is the url I'm trying to…
Trevor. W
  • 451
  • 1
  • 5
  • 13
4
votes
0 answers

Open WeChat browser from Android / iphone app

I have an official page in WeChat, also an in-app which is HTML5 bassed. I also have Android and iOs application. I want to have a button in the native application, that will launch WeChat browser with the html5 url. I understood that in the web I…
TwoDiv
  • 325
  • 4
  • 13
4
votes
3 answers

WeChat open platform openId and unionId

I want to implement the login with WeChat. While reading the documentation, I came across two different parameters whose meaning I don't fully understand: openId and unionId. Could someone explain what these id's really are? As far as I understood…
pixie
  • 507
  • 9
  • 21
4
votes
1 answer

Open link in WeChat browser from non-WeChat browser

Trying to integrate wechat service so if I need to open a link in my mobile site webpage in Wechat app what will be the proper Scheme prefix for that. Already gone through these links How do I link to wechat from a…
paraS elixiR
  • 1,866
  • 1
  • 18
  • 26
4
votes
0 answers

How to use WeChat URL Schemes on iOS SDK?

I'm trying to get an iOS app to open WeChat to a specific official account page. I noticed here http://spacekid.me/weixin-url-schemes/ and here https://www.quora.com/Does-WeChat-support-posting-text-to-chat-via-a-url-scheme-for-mobile that there are…
DivideByZer0
  • 745
  • 8
  • 26
1
2
3
20 21