Phong Thieu
Phong Thieu
Based on this thread, looks like we need to encrypt the `x-tt-params` in a different way now? https://github.com/davidteather/TikTok-Api/issues/899#issuecomment-1175439842 I took a look at the x-tt-params that we get out of...
Any updates on this?
@DiMiTriFrog were you able to make any progress on this issue?
@YoungiiJC awesome! I looked through your code, looks like you're using a docker container to host the function and run it on Lambda, are you also using ECS to host...
@YoungiiJC solid. In this case, because of ECR, there would be a cost incurred on the AWS account right?
Any update on this?
Upon some reading: https://github.com/bencripps/react-redux-grid/blob/master/docs/CREATE_KEY_FROM.md It seems that even if your child is at another parent, if they have they same `_key`, it's going to conflict. What's the correct structure to...
@bencripps: so would i pass in `createKeyFrom: false` as a parameter to disable?
Originally I did not pass it in at all and was still getting this error. Let me try it with it explicitly set to `false`.
@brandiw @ivanvs: Twitter has changed their flow it seems. The popup() will get the login form from Twitter which hits their `/authorize` endpoint: ``` ... ``` Upon successful login, they...