Questions tagged [wechat-auth]

13 questions
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
2
votes
1 answer

iOS WeChat SDK Login Integration issue : System error. Error code:10026

I am implementing login with WeChat functionality using WeChat iOS SDK. I do i have WeChat developer id(appID). i have done following coding in iOS app - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary…
Nik
  • 682
  • 1
  • 8
  • 27
1
vote
1 answer

How to pass props from one component to an another component in WeChat Mini-Program

I am new to WeChat Mini program development. I came from React Technology there we were passing custom attributes ( props ) from one component to an another. I am trying to pass props from one component to another component but here I am failed.…
Jonas
  • 11
  • 2
0
votes
0 answers

redirect_uri Parameter error on WeChat SSO on redirection of authentication url

I am implementing WeChat SSO for my web application, I have developer account, created an application there, followed this article exactly. I am using React on front-end and flask on backend. I am using this package for flask for WeChat-sso. So in…
Huwaiza
  • 77
  • 2
  • 13
0
votes
1 answer

Open a wechat mini program on top of another mini program

Consider there are two authenticated WeChat mini-programs. Can I open a mini program on top of another mini program using an iframe?- Not using navigateToMiniProgram API but I am asking like embedding one on top of another. I have searched the…
0
votes
1 answer

WeChat how to send message through open platform?

i want to know the process should i really pay 99 dollars each per account(if i have several accounts and message each account's friends list) for developer open platform auth? Thank you
Jayee
  • 3
  • 1
  • 6
0
votes
1 answer

Debug WeChat OAuth2 in localhost testing environment

I would like to implement a web application for a company in China. I need to use WeChat mini-APP to make the sign-up/login straight-forward. Please correct my assumptions if I am wrong: To implement the login of the website from WeChat, I need to…
Robert
  • 2,711
  • 7
  • 15
0
votes
1 answer

How to make payment using QR code in WeChat?

Hi I have WeChat API's and I am trying to make payment with code_url got from the unified order API result. I got code_url from unified order result, and I converted it to QR code image and scanned that QR code to make a payment, but when I scan QR…
0
votes
1 answer

WeChat - Feature policy violation: accelerometer is not allowed in this document

From Angular application we're using on WeChat the last Tencent Captcha API and this error appear in DevTools console (on desktop - windows - Chrome webkit): [Violation] Feature policy violation: accelerometer is not allowed in this …
Verb
  • 31
  • 1
  • 5
0
votes
0 answers

How to get the auth code from we chat SDK

I try to do we chat social login integration, I follow the we chat documentation steps, I logged in to we chat I got appid and secrete id from credential but I didn't get the auth code I got error like this for the…
Deepika P
  • 81
  • 1
  • 2
  • 7
0
votes
2 answers

Wechat Mini Porgram Push Notification

Hi Recently I came to know about wechat mini program but as material is very less so I am unable to differentiate the official account and mini program. I came to know that wechat mini doesnt have push notification but client wants to send the push…
Ashwini Jha
  • 757
  • 1
  • 8
  • 16
0
votes
2 answers

WeChat SendAuth request for access token code only works once

I am following the WeChat Login documentation for Android and it works but only once and I can't repeat the process. I use this code to get the access token code: IWXAPI api = WXAPIFactory.createWXAPI(this, APP_ID, false); SendAuth.Req request =…
csabapap
  • 1,031
  • 1
  • 9
  • 14
-2
votes
1 answer

Can I start development of wehcat mini program and test servers without ICP licensed domain name?

I am currently working on wechat mini-program, I have created an account, chosen a server to store data I ll be fetching, but have not got an ICP licensed domain name, because it takes about a month to get. I want to know if I can already start…
DLaningham
  • 23
  • 6