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
49
votes
8 answers

Upload Image using POST form data in Python-requests

I'm working with wechat APIs ... here I've to upload an image to wechat's server using this API http://admin.wechat.com/wiki/index.php?title=Transferring_Multimedia_Files url =…
micheal
  • 1,283
  • 3
  • 14
  • 23
21
votes
3 answers

SSLError: Can't connect to HTTPS URL because the SSL module is not available on google app engine

Want to use wechat sdk to create menu WeChat.create_menu({ "button":[ { "type":"click", "name":"Daily Song", "key":"V1001_TODAY_MUSIC" }, { "type":"click", "name":"…
Belvi Nosakhare
  • 3,107
  • 5
  • 32
  • 65
14
votes
4 answers

How do I link to wechat from a webpage?

Whatsapp allows you to link to a new message via
Rich
  • 5,603
  • 9
  • 39
  • 61
11
votes
1 answer

Wechat Api is unable to set app icon

I've been trying so hard to upload icon image of watermark and high resolution into Wechat api while registering an app for iOS and here is whats happening: Check the website here: http://developers.wechat.com/ I tried different ways to upload…
AaoIi
  • 8,288
  • 6
  • 45
  • 87
11
votes
3 answers

Getting Started with the WeChat Android SDK

I have downloaded the SDK example from WeChat website: http://dev.wechat.com/document/gettingstart/android/ I used Eclipse and ADT, target platform Android 2.2 on Samsung Galaxy Spica i5700. The problem is that the provided demo application is only…
Zoran
  • 153
  • 1
  • 1
  • 7
8
votes
2 answers

How do I do authorization and login with WeChat using the iOS SDK?

How do I do authorization and login with WeChat using the iOS SDK? There doesn't seem to be much information about this on stack overflow or google and most of the documents are in Chinese.
Kex
  • 8,023
  • 9
  • 56
  • 129
8
votes
2 answers

UIActivityViewController to share images to WeChat not work

When I use Apple's UIActivityViewController to share a few images to WeChat (weixin). I find that sometimes it doesn't work. Most of the time it works well when I select only 1~3 images, but if I share 9 images (largest number allowed by WeChat), it…
catlee
  • 81
  • 3
8
votes
3 answers

How to add the WeChat API to a Swift project?

I'm trying to add WeChat sharing functionality to my project. However the SDK files, documentation, development guides, and sample project are all in Objective-C. I am writing my project in Swift. What I've tried I added the following following SDK…
Suragch
  • 484,302
  • 314
  • 1,365
  • 1,393
8
votes
1 answer

WeChat does not redirect to iTunes app store on iPhone

So I have a website with functional redirects to both the Google play store and the itunes store. Using the WeChat messaging application I can open an in-app browser to view the webpage and do everything I normally would. The problem surfaces…
Csteele5
  • 1,262
  • 1
  • 18
  • 36
8
votes
1 answer

Open Wechat official account via link on external page

I couldn't find any reference to that question, and I hope someone here knows. I created a promotional html5 page for a client. This page is on my server. I am sharing the page address via WeChat to the client, and he is re-sharing it to his…
Georgi Grancharov
  • 183
  • 1
  • 2
  • 8
7
votes
0 answers

problems when registering app for WeChat API

I am trying WeChat API in android. I couldn't send text from my app to WeChat, and I found below. WeChat android api So I made signature, but I am failing to approve my app in site (http://dev.wechat.com/app/list/). Problem is, that I can not upload…
7
votes
0 answers

Obtain openid by using WeixinJSBridge from wechat

I was wondering if any WeChat experts out there can tell me if there is a way to obtain the users open id by using WeixinJSBridge or some other way when they are viewing a URL inside of wechat? Most of the resources I find out there is in Chinese…
Armand
  • 9,847
  • 9
  • 42
  • 75
7
votes
4 answers

WeChat SDK on arm64

I was trying to use libWeChatSDK.a library in my iPhone application and on iPhone 5 it works as it should. However I encountered problems with the newest iPhone, it seems that this library does not support arm64 architecture. The error I've got is…
Wojtek
  • 1,006
  • 11
  • 30
6
votes
1 answer

Wechat login - do not receive token

I just followed all the stuff which are mentioned in this example from Aaron Bruckner. Tried out with and without the boolean flag for enabling the checkSignature. init API: api = WXAPIFactory.createWXAPI(getContext(), WXEntryActivity.APP_ID, …
Maxi
  • 979
  • 10
  • 16
6
votes
1 answer

WeChat admin can't login

I have built a chat bot for WeChat and connected it to a WeChat official page on https://admin.wechat.com However, I can no longer login to the admin website. It gives invalid user/password, but I know they are correct. When I use the same…
James
  • 17,965
  • 11
  • 91
  • 146
1
2 3
20 21