PHP gets the user's OpenID key code via the code parameter of the WeChat jump

Source: Internet
Author: User
Tags openid
The key code is as follows:

Get login user Information function Getopenid ($appid, $appsecret, $code) {$url = "Https://api.weixin.qq.com/sns/oauth2/access_token? Appid= ". $appid." &secret= ". $appsecret. " &code= ". $code." &grant_type=authorization_code "; $weixin =file_get_contents ($url);//By code in exchange for Web authorization ACCESS_TOKEN$JS// Encode a string in JSON format $array = Get_object_vars ($jsondecode);//Convert an array of $openid = $array [' OpenID '];//output Openidreturn $openid;}

The above is a small series to introduce PHP through the jump code parameters to obtain the user's OpenID (key code), I hope that we have some help, if you have any questions please give me a message, small series will promptly reply to you. Thank you very much for the support of this website!

The above introduces PHP through the code parameters of the jump to get the user's OpenID key code, including the aspects of the content, I hope the PHP tutorial interested in a friend helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.