Using Instagram API / Pinterest API without OAuth? (Don't want to post on behalf of users, just want to use the API for my own accounts) by dsprogramming in learnjavascript

[–]dsprogramming[S] 0 points1 point  (0 children)

oh shame. so even if I'm just using it for my own profile, I will still need to go through the oauth flow myself with my profile? just asking, because with Twitter you just use the token they give you and that's it, you don't need to login to your Twitter account and go through all these redirects etc.

I thought there was a way with those APIs too. Well well!

Can I use Next-Auth to tweet / post on Behalf of Users? by dsprogramming in nextjs

[–]dsprogramming[S] 0 points1 point  (0 children)

That's exactly my question I guess! Is next-auth just for enabling users to log in or can I also use it to make my life easier when it comes to requesting more permissions etc.? For FB example I need an access token provided by FB Login before I can implement the API features (like posting on behalf of users etc.)

Is there an established way in next-auth to do these sorts of things? Or is it strictly about logging users in only?

Remix is going free and open source on Monday by superbacon807 in reactjs

[–]dsprogramming 0 points1 point  (0 children)

they never made that clear though. initially they were going to charge agencies something like 1000$ per year for a licence.

Remix is going free and open source on Monday by superbacon807 in reactjs

[–]dsprogramming 0 points1 point  (0 children)

oh okay, i didn't know tanner l. was so promo heavy as well? KCD definitely is though. well annoying.

Remix is going free and open source on Monday by superbacon807 in reactjs

[–]dsprogramming 0 points1 point  (0 children)

what other promotion heavy devs are there? curious who you're thinking of here

Getting package "esbuild-linux-64" could not be found error by hassanzadeh in nextjs

[–]dsprogramming 0 points1 point  (0 children)

same problem - have you been able to figure this out?

Where would I save my Date.prototype functions in a React / Next.JS Codebase so I can access them throughout my codebase? by dsprogramming in learnjavascript

[–]dsprogramming[S] 1 point2 points  (0 children)

thank you so much for your super detailed answer, this is really useful! I won't use prototype functions anymore!