ctalt

Results 7 issues of ctalt

# Bug Report I believe Instagram updated their account creation endpoint(s). ## Form #### Requirements - [X] I've searched the [Issues](https://github.com/dilame/instagram-private-api/issues) - [X] I've read the [basic concepts](https://github.com/dilame/instagram-private-api#basic-concepts) - [X]...

bug
unconfirmed

# Issue summary Since the removal or Next.js which previously handled front-end related routing, what would be the suggested implementation for handling routes? ## Expected behavior Standard front-end routing should...

Is there a way to automatically get the custom_verify_fp? Having to open a google chrome browser to get a new token kinda defeats the purpose of this library.

feature_request

It would seem that `msToken`'s are being used throughout TikTok as some sort of sub/replacement of `s_v_web_id`. Therefore, it would be nice to support using `msToken` to request certain data.

feature_request

My application is structured somewhat like this: ` router.get('/', (req, res) => { const node = req.body.node; const operation = req.body.operation; const value = req.body.value; const ids = req.body.ids; queue...

## Overview I've been experiencing a number of issues with the authentication process for my app since updating the shopify koa auth package to 3.1.36. One of these issues is...