support wechat and weibo login please
-
Hello,
Feature request to make it support wechat and Weibo login
Here is a list of official SDKs and API documentation for WeChat Login and Weibo Login, with a preference for English resources where available:
1. WeChat LoginOfficial SDKs
- WeChat Official Account SDK (PHP)
- GitHub: https://github.com/wechat-developer/wechat-php-sdk
- Description: Official PHP SDK for WeChat Official Accounts, including OAuth login functionality.
- WeChat Mini Program SDK (JavaScript)
- GitHub: https://github.com/wechat-miniprogram
- Description: Official SDK for WeChat Mini Programs, including login and user authentication.
- WeChat Open Platform SDK (Java)
- GitHub: https://github.com/wechat-developer/wechat-java-sdk
- Description: Official Java SDK for WeChat Open Platform, supporting OAuth login and other APIs.
Official API Documentation
- WeChat Developer Documentation:
https://developers.weixin.qq.com/doc - Includes guides for OAuth login, user authentication, and API integration.
- Available in both English and Chinese.
2. Weibo LoginOfficial SDKs
- Weibo Android SDK
- GitHub: https://github.com/sinaweibosdk/weibo_android_sdk
- Description: Official Android SDK for Weibo, supporting OAuth login and social sharing.
- Weibo iOS SDK
- GitHub: https://github.com/sinaweibosdk/weibo_ios_sdk
- Description: Official iOS SDK for Weibo, supporting OAuth login and social sharing.
- Weibo JavaScript SDK
- Documentation: https://open.weibo.com/wiki/Javascript_SDK
- Description: Official JavaScript SDK for Weibo, supporting OAuth login and API integration.
Official API Documentation
- Weibo Open Platform Documentation:
https://open.weibo.com/wiki/API - Includes guides for OAuth login, user authentication, and API integration.
- Primarily in Chinese, but some sections are available in English.
3. Multi-Platform Login SDKs
- JustAuth
- GitHub: https://github.com/justauth/JustAuth
- Description: A unified OAuth login SDK supporting WeChat, Weibo, and other platforms.
- Documentation: https://justauth.wiki (English available).
- Laravel Socialite
- GitHub: https://github.com/laravel/socialite
- Description: A Laravel package for OAuth authentication, supporting WeChat and Weibo.
- Documentation: https://laravel.com/docs/socialite (English).
4. Key Notes
- API Permissions: Before using these SDKs, you must register your application on the respective platforms (WeChat Open Platform or Weibo Open Platform) to obtain
client_id
andclient_secret
. - Language Support: While WeChat provides comprehensive English documentation, Weibo’s documentation is primarily in Chinese. Use translation tools if needed.
- Security: Always secure your
client_id
andclient_secret
to prevent unauthorized access.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.