You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I connect user if I try to run it locally? I understood that we cant wait result in connect handler, but we need to prepare server's answer somewhere. I found database change only in start handler, but this code isn't reachable from connect hanlder. Could you explain what should I fix, because I am really confused now. Thank you!
The text was updated successfully, but these errors were encountered:
Essentially you will need to register an API in AWS API Gateway which you will enter in your Splitwise account redirect URI. The function of the API would be to take the tokens you got from Splitwise and call the https://telegram.me/my_bot?start=<auth_code>, which will be received in the start handler
If you face the problem of creating an API and passing multiple parameters into a single one, go through this link. Stackoverflow Question
How can I connect user if I try to run it locally? I understood that we cant wait result in
connect
handler, but we need to prepare server's answer somewhere. I found database change only instart
handler, but this code isn't reachable fromconnect
hanlder. Could you explain what should I fix, because I am really confused now. Thank you!The text was updated successfully, but these errors were encountered: