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
4
votes
1 answer

WeChat and QQ Profile URLs

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…
Cody Raspien
  • 1,753
  • 5
  • 26
  • 51
4
votes
2 answers

Is there a Web API for WeChat?

From what's evident on the WeChat Developer Site, there is a WeChat API for integrating "WeChat SDK with your iOS and Android apps". Specifically, I am looking for a way to check to see whether two accounts are friends on WeChat (I have access to…
Lucas
  • 16,930
  • 31
  • 110
  • 182
4
votes
4 answers

WeChat share button

I am trying to find out if it is possible to create a share button on a website that shares to WeChat. So just as you would with Twitter or Facebook to share a message or link back to the social network. Has anyone managed to do this? Or has anyone…
dhok
  • 45
  • 1
  • 1
  • 5
4
votes
1 answer

How to intercept any UIApplication openURL calls?

I am using the WeChat SDK to share some of my app's content to WeChat. From my observation, the sharing feature launches the WeChat app with UIApplication openURL. A corner case that the WeChat developers did not handle was to show a warning when…
Pwner
  • 3,714
  • 6
  • 41
  • 67
4
votes
4 answers

WeChat android api

I am trying to make an Android app which communicates with WeChat app. Followed the sample from here But in the sample and in my own app I am able to make api calls, which is being done. For example api.sendResp(resp) results to true. But nothing…
sandris
  • 1,478
  • 2
  • 18
  • 34
4
votes
2 answers

Link to follow someone on WeChat / Weixin

I have a page with my company WeChat / Weixin QR Code. You cannot scan the QR code if you are viewing the site on your mobile (quite a paradox for a mobile-based social network). I would like to add a button that is only visible on touch enabled…
MikeNewX
  • 41
  • 1
  • 3
3
votes
1 answer

How to correctly show WeChat profile from website?

I am searching for a best way to show WeChat profile in app after user click on link on some website. I found some solution here but it's not working for me. For example I tried these URIs: link Or in href…
Štefan Ondáš
  • 358
  • 1
  • 5
  • 18
3
votes
1 answer

wechat access_token: invalid appid (error 40013)

Maybe it's pretty dumb question, but I'm really lost. Doc describes everything pretty simple: http://admin.wechat.com/wiki/index.php?title=Startup#AppId_and_AppSecret I created account (at Chinese developer platform), I can log in and see my id and…
jeron-diovis
  • 788
  • 1
  • 8
  • 19
3
votes
0 answers

WeChat Login Autorization is not happenning in Swift

I am trying to Login my App with We\chat in iOS(swift). 1. I have added all the following: [I have followed all the steps specified in this link][1] [1]: How do I do authorization and login with WeChat using the iOS SDK? 2. In the…
3
votes
0 answers

Android: Send message via wechat to specific contact from my application programmatically

I am developing an demo, in which I want to send message through wechat. I am using below code to send message to wechat contact. Intent intent1 = new Intent(Intent.ACTION_SEND); intent1.setType("text/plain"); String title = " this is message…
Saurabh Kiri
  • 79
  • 1
  • 6
3
votes
2 answers

How to convert silk audio file from WeChat to amr format?

When I developing WeChat mini program, I want to achieve the voice control. but the audio provided by WeChat client is silk. I need to convert the silk file to some format can be recognized by 3rd voice detection service. Some 3rd services support…
hzwzw
  • 1,042
  • 12
  • 17
3
votes
0 answers

How to Open WeChat Wallet from Another App in Swift

I'm trying to open WeChat wallet from another app using this sample URL: weixin://wxpay/bizpayurl?pr=sAmPlE88 with this code: UIApplication.sharedApplication().openURL(NSURL(string: "weixin://wxpay/bizpayurl?pr=sAmPlE88")!) But it's not working.…
jaytrixz
  • 4,059
  • 7
  • 38
  • 57
3
votes
2 answers

Wechat sandbox unable to configure setting url and token

I am trying to setup Wechat's sandbox account and I am following this site. I am pointing the URL to my site and I've tried different settings for the Token. However, I am unable to press submit because I see this weird "Unable to configure" error…
Tinker
  • 4,165
  • 6
  • 33
  • 72
3
votes
0 answers

Authenticate mobile application with WeChat

I have an app that provides initial login (authentication) with facebook or twitter. I would like to add WeChat authentication. App isn't on the stores yet. Does anyone have any experience on this kind of authentication? What are the steps to…
SirDeveloper
  • 276
  • 1
  • 10
3
votes
0 answers

Meta tag for site logo on WeChat boards

In order to have our logo displayed on WeChat boards in the mobile WeChat app, we currently use the following in our pages
The problem is that the image loads unnecessarily if the item…
parml
  • 497
  • 5
  • 15
1 2
3
20 21