-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot send verification code #37
Comments
Even when logging in successfull by using login/refresh (which still works fine) friends/feed endpoint no longer works: |
Hey! It seems they have changed the requests signature, let me see it |
After further investigation, we resolved the issue by replacing the Google API key, as the problem was not linked to the signature. However, I recommend updating the Google API key to a new, valid one and configuring automatic signature updates using the happy-headers library, which can be found at https://www.npmjs.com/package/happy-headers. This library is also employed by another project that has successfully automated signature predictions up to 2026, eliminating the need for frequent manual updates. For more details on how it's implemented, you can refer to https://github.com/s-alad/toofake, where they are utilizing this solution. Thanks again ! |
Hey I have updated the key manually, but let me check that, thank you so much! And then I will be with otp issue, any toughts about this? |
The update to the Google API key resolved the issue with OTP verification via Google, but it did not address the problem with the vantage endpoint; I have no further information on this matter. I have not tested other endpoints yet, but they should function as expected. If any do not, please let me know which ones are problematic. |
``Hey! @Maxence-r The happy-headres package is giving me a problem and I do not know how to solve it. I am using nestjs and when I import the package like a module: // ./dist/BeFake/BeFake.js
//...
const happy_headers_1 = require("happy-headers");
// ... The branch where I am working is happy-headers If you can help me. |
Also I have done a pull request changing come headers from the otp vonage functions, you can try it now! |
The following routes are no longer working:
/login/send-code/vonage
/login/send-code
Response:
The text was updated successfully, but these errors were encountered: