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
0
votes
2 answers

Android: Layout used by wechat

In WeChat, it uses white sections for different things as you can see in below image there are three white sections in it and each item is separated by a black line: I can suspect this is not a ListView as one might think in first glance. Question:…
Dev01
  • 4,082
  • 5
  • 29
  • 45
0
votes
2 answers

Android layout: buttons at bottom similar to wechat

For my app, I am trying to put buttons at the bottom of all activities similar to WeChat app as can be seen in below image: Now one way I thought of is simply adding s at bottom of each activities but I don't think WeChat does that…
Dev01
  • 4,082
  • 5
  • 29
  • 45
0
votes
1 answer

Wechat Moments not in the options of Intent.createChooser matching ACTION_SEND

I am now planning to share some text and link to SNS app in the phone. And the code I use is below: Intent shareIntent = new Intent(); shareIntent.setAction(Intent.ACTION_SEND); shareIntent.putExtra(Intent.EXTRA_TEXT, "the word i like…
tainy
  • 951
  • 7
  • 19
0
votes
1 answer

Wechat / Weixin JavaScript Bridge (WeixinJSBridge) using WeixinJSBridgeReady event listener and function as parameter

I am using WeixinJSBridge to modify the sharing parameters when someone shares one of my games (made with JavaScript) using Wechat (Weixin). The following code, which is at the end of a big JavaScript file (more than 2500 lines, around 100 KB) and…
jalbam
  • 356
  • 1
  • 3
  • 12
0
votes
1 answer

WeChat SandBox API Configuration Failed

I'm getting the "Configuration Failed" pop up after submitting my URL and Token in the WeChat sandbox environment. Could anyone suggest ways to debug or find a solution? Here are the details: running a Heroku server and using the heroku generated…
0
votes
1 answer

WeChat Rich Media cards, URLs and Google maps

I've built a Rich Media Card WeChat response to a location event that populates the URL parameter with a Googlemaps URL including the Lat/long values from the location response like this $return ='
Maxui
  • 210
  • 1
  • 3
  • 15
0
votes
2 answers

WeChat Your server didn't correctly respond to the Token verification

If you're a WeChat developer, can you please assist me on the below question? Firstly, when I need to submit the form I entered my listener URL & a random string token on the form. When I pressed on submit, the message below appeared. Your server…
Keith Yeoh
  • 731
  • 1
  • 7
  • 20
0
votes
1 answer

sign in with wechat feather for my application.

I want sign in with wechat feather for my application. I am unable to find any sample code or help document for integration with wechat. Please help me out on the same topic.
0
votes
1 answer

Asterisk voice delay via 3G network issue

I build Asterisk system, and running Linphone app on iOS and Android system. I find some issue on my solution. Only used voice service. Running WiFi environment voice no any delay, When I accept ringing then immediately hear voice. But running 3G…
PinLiang
  • 25
  • 1
  • 4
-1
votes
1 answer

send message to Wechat users in PHP or Laravel

I want to send my customer bills to their wechat using my site (Laravel). I have searched the API but I'm confused. Could anyone please give me a roadmap to do this?
-1
votes
1 answer

Can I use Aliyun VPS server for wechat mini-program?

I am new to wechat development, as I can see from the documentation it requires setting up a server, getting a domain and ssl certificate. I am developing an app that sends a request to a server, fetches pdf file from database and downloads that…
DLaningham
  • 23
  • 6
-1
votes
1 answer

Alipay/Wechat Pay payment from mobile website

Is it possible from a mobile website to trigger a payment request in either: 1. Alipay 2. Wechat Pay I'm specifically looking at the mainland China version of both if that makes a difference.
Tony J Watson
  • 629
  • 2
  • 9
  • 20
-1
votes
1 answer

Unable to retrieve file_get_contents('php://input') in laravel 5.5 controller

I try to do wechat api integration. By putting the file in public folder it work. Here is my code valid(); }else{ …
etzzz
  • 165
  • 1
  • 4
  • 15
-1
votes
1 answer

Home page down due to Woocommerce Wechat Pay plugin

This is a shoppingmall manager. Our website is www.picknfit.com Last Friday, we tried to add wechat pay for payment, and dowloaded Woocommerce Wechat Pay. However, we received fatal error, and our homepage went down. Is there a solution to restore…
-1
votes
1 answer

Wechat access token conflict

I am able to successfully generated and use the access token. When I generate new access token, the old token is still valid and it starts giving authentication error after a while. Is there any timeframe defined for which the old access token will…
suyog patil
  • 412
  • 3
  • 13
1 2 3
20
21