Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 248 Bytes

SEND_AUTH.md

File metadata and controls

8 lines (8 loc) · 248 Bytes

Send Auth

We'll get a code by sending auth:

   import 'package:fluwx/fluwx.dart' as fluwx;
   fluwx.sendAuth(
         scope: "snsapi_userinfo", state: "wechat_sdk_demo_test");

Getting access_token is not supported by fluwx.