You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I can login to Community tab of Metatrader.
It seems to me that the authentication link to Algo Forge is broken. I really need a level 3 type support person from Algo Forge to somehow reset my account.
Please try to log in now.
You may use this page: https://forge.mql5.io/user/login or a front page's "Sign In" option
Use your login which is phampton and your current mql5.com password
Please try to log in now.
You may use this page: https://forge.mql5.io/user/login or a front page's "Sign In" option
Use your login which is phampton and your current mql5.com password
Forum on trading, automated trading systems and testing trading strategies
MQL5.community OAuth.
Vladislav Andruschenko, 2026.06.12 06:19
Hello,
I am experiencing an issue with MQL5.community OAuth. The authorization flow works correctly until the user_info request.
What works correctly
Token endpoint:
https://www.mql5.com/api/oauth/access_tokenProblem
After receiving a fresh access_token , the user info endpoint does not return user profile data.
User endpoint:
https://www.mql5.com/api/oauth/user_infoRequest methods tested
Results
GET requests return an HTML 404 page.
POST requests return:
{ "error": { "error": 103, "message": "Access token is invalid because the user is not authorized" } }The access token is fresh and is received immediately before calling user_info.
Question
Could you please confirm whether this endpoint is currently working?
https://www.mql5.com/api/oauth/user_infoAlso, what exact request method should be used to retrieve user profile data after receiving the access token?
Thank you.