Tag: Authorization
-
Post Views: 18 1. Reference:https://www.shuijingwanwq.com/2022/03/15/6129/. In the Shopify’s GraphQL Admin API, there are some APIs for online stores that don’t exist. 2. The online store in the background of Shopify, request the URL:https://xxx.myshopify.com/admin/online-store/admin/api/unversioned/graphql?operation=ThemeIndexSecondaryData. Request method: POST . Response topic list. as shown in Figure 1 3. At the URL:https://shopify.dev/apiNo online store related GraphQL API was found. as shown in Figure…
-
Post Views: 84 1. Run an introspective query to the GitHub GraphQL API schema through the GET request. Execute a curl request in PowerShell: invoke-webrequest cannot bind the parameter “headers”. as shown in Figure 1 2. Get the relevant help documentation for invoke-webrequest. Execute the command: get-help invoke-webrequest 3. Adjust the syntax to adapt it to PowerShell. curl -headers @{“authorization”=”Bearer…
-
Post Views: 24 1. On the left is a list of theme materials. Each time the user clicks a material, the operation buttons: delete the file, rename, and save, which will change with the change of the material. as shown in Figure 1 2. For example: ajax-loader.gif, which only allows operations: delete files, rename, not allow operations: save. as shown…
-
Post Views: 71 1. Open the link in WeChat, and apply for the public account: get your nickname and avatar, and click the Allow button. as shown in Figure 1 2. After the WeChat public account is authorized, the page may not be provided by WeChat, and WeChat cannot ensure the security of the content. If you want to continue…
-
Post Views: 16 1. View the URL:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/creat_token.html. The WeChat server pushes the COMPONENT_VERIFY_TICKET to the message receiving address of the third party every 10 minutes to obtain the third-party platform interface call credentials. In the interface: receiving verification ticket (receiving the WeChat server push), obtain and cache the third-party platform token, obtain and cache the third-party platform pre-authorization code. 2.…
-
Post Views: 14 1. The Weibo web application authorization report error, code: 21322, information: redirect address does not match. as shown in Figure 1 2. Check the Oath2.0 authorization settings, authorize the callback page: auth-channelpub.chinamcloud.com , this domain name is not included in the security domain name. as shown in Figure 2 3. Add the domain name to the bound…
-
Post Views: 68 1. Developer identity: ordinary developer, application type: website application, status has passed. as shown in Figure 1 2. Open the OAuth API of Douyin. This URL is not for requesting. It needs to be displayed to the user for scanning the code. If it is opened in the version that wakes up in the Douyin APP support…
-
Post Views: 18 1. Obtain the link to the web application authorization of the micro-connection of Weibo (the user who guides the user to the authorization page to log in to the authorization page to agree to the authorization, and create the micro-connected web application of Weibo), as shown in Figure 1 2. Open the URL:https://weibo.com/, confirm that the Weibo…