
First of all, I declare that the source code of this interface is permanently free (I am too lazy to write and charge). The previous old version of the interface all called the QQ Internet interface, so I couldn't get a QQ account, so I spent some time building this interface. It calls the official QQ login and is called locally by the server without involving third parties. Although the current source code is iAppv3 (The main reason is that this thing is simple and it is very good to do demonstrations), but the interface can be used not only in iApp, but also in other editor applications (including websites and software). The interface call is also very simple, just to directly access the interface on the computer side. Scan the code to log in, and the mobile side can pull up QQ and return to the software directly after confirming login! In addition, it can not only call back QQ accounts and names, but also call back pskey and superkey. You know what this thing is for, so I won't explain much here.
The code for this callback is in the QQ login.iyu-browser event-web page loading completion.
The callback interface not only calls back data in JSON format, but also saves the cookie cache. The JSON demonstration is as follows:
{"status":1,"msg":"login successful","qq":"2958613932","qqname":"nine","skey":"@","pskey":"2JnIy1AXvcKq*fFY8HmamChENaNpBLYXHaeI_","super key":"Xpex5mU66YSQiSJ5wo3P3FUsXqNpEelrhE_"}
If the status status is 1, it means success, others means failure.
Interface address: api.yuqios.com/qq/
Comments0