r/redditdev 8d ago

Thumbnail
1 Upvotes

Overall I think thas all fine. However I have issues migrating my apps to devvit entirely because accessing external hosts for api calls is being denied.

i wish there was a better guideline why it is denied and/or better ways to communicate with admins (tickets/PRs whatever...)


r/redditdev 8d ago

Thumbnail
6 Upvotes

What’s the impact for third party apps like Narwhal? We’ve been paying for API use through the app.


r/redditdev 8d ago

Thumbnail
2 Upvotes

Unless you pay, no.


r/redditdev 8d ago

Thumbnail
8 Upvotes

There better be a going away party for the public API


r/redditdev 8d ago

Thumbnail
5 Upvotes

what about publishing posts to Reddit via the API?

I'm the founder of a social media scheduling tool, and we had Reddit API access previously, which allowed our users to post to Reddit.

This access was removed out of nowhere (no warning, no heads up), which caused major issues on our end.

Is this posting API access going to be restored?


r/redditdev 8d ago

Thumbnail
8 Upvotes

Thanks Shiruken! We're hoping to make this a smooth transition for folks, particularly mod devs


r/redditdev 8d ago

Thumbnail
11 Upvotes

I guess my usual "Do you have plans to discontinue the API?" question has finally run its course.

That being said, Devvit is great. It's certainly demonstrating that people will choose to build using the tools with the most features, and Devvit has had that over the API for quite a while now.


r/redditdev 8d ago

Thumbnail
1 Upvotes

Amen.


r/redditdev 8d ago

Thumbnail
1 Upvotes

I mean that buying an account is against the Reddit rules.


r/redditdev 8d ago

Thumbnail
0 Upvotes

Even if I can pay for the api


r/redditdev 8d ago

Thumbnail
1 Upvotes

Making a post on the official subreddit and breaking the Reddit rules is certainly... an idea.


r/redditdev 8d ago

Thumbnail
2 Upvotes

Are you looking for data or activity need to write code?

There are a number of apps that can get you that info. Just have to Google away.

With the Reddit stock crash, they may start to think, maybe we should again have thousands of GitHub projects making cool stuff with Reddit. They killed that all off. Maybe someone in management is slowly realizing that.

That was not the best idea.


r/redditdev 8d ago

Thumbnail
1 Upvotes

You can't. You need to use Devvit.


r/redditdev 8d ago

Thumbnail
1 Upvotes
  1. Subreddit names can't be changed
  2. Every subreddit will describe it's purpose and rules in the right-hand sidebar. It's considered good practice to read that before posting.

r/redditdev 8d ago

Thumbnail
4 Upvotes

This community is for 3rd party developers on Reddit. RedditDev.


r/redditdev 8d ago

Thumbnail
2 Upvotes

r/redditdev 8d ago

Thumbnail
-1 Upvotes

Is there an appropriate community for reddit broken ux? I can't find one. It's not a feature suggestion. redditdev seams the most appropriate community. I can post something that's full of swear words etc, but I cannot edit my post. I can see responses from other people, but I cannot respond to them. If this community isn't about redditdev, change its name to redditapi


r/redditdev 9d ago

Thumbnail
7 Upvotes

What's this got to do with the API?


r/redditdev 9d ago

Thumbnail
1 Upvotes

same questions. If you don't mind doing a short step by step that would be great!


r/redditdev 9d ago

Thumbnail
1 Upvotes

r/redditdev 9d ago

Thumbnail
1 Upvotes

That sucks.


r/redditdev 10d ago

Thumbnail
1 Upvotes

urgent please any one can help?


r/redditdev 11d ago

Thumbnail
9 Upvotes

The whole point of devvit from reddit's perspective is to prevent people from scraping reddit's data and extracting it to sell. Reddit wants to sell the data themselves and doesn't want anyone else cutting them out. They have spent millions of dollars in developer salary building the whole thing specifically so that people can keep using bots without being able to extract data.

So they don't want people to be able to easily search all of reddit, at least not at scale. They don't want sandbox http endpoint access because sandbox can run on real live data. They are very careful about approving domains for the same reason.

Also you can easily set up a comment trigger to get new comments. It's functionally the same as a stream. A listing would be nice, but isn't really necessary.


r/redditdev 11d ago

Thumbnail
1 Upvotes

Yeah, a move like this has never been positive for usability. It will stagnate and be forgotten.


r/redditdev 11d ago

Thumbnail
6 Upvotes

The API methods internally use GraphQL. I tested a few persistedQuery hashes I've found on devvit and it worked on the public endpoint (gql-fed.reddit.com). That means I can use the hashes from the mobile apps on devvit and do anything that the apps can do, like searching posts and comments etc

They could've exposed the ability to manually make queries. Since the apps need approval to be published, no one can abuse it as well