

We are not making an app, but other people are making their apps connect to PieFed. Here is one of them https://interstellar.jwr.one/
On my phone I use this method - https://join.piefed.social/docs/piefed-mobile/
Web developer.
We are not making an app, but other people are making their apps connect to PieFed. Here is one of them https://interstellar.jwr.one/
On my phone I use this method - https://join.piefed.social/docs/piefed-mobile/
Weell, it IS the default theme on https://piefed.world/ so depending on how things turn out that could become pretty backbone-y!
Pretty much what fxomt said. The endpoint urls are the same but on some a few parameters are different and some of the returned JSON is structured slightly differently.
When Lemmy releases 1.0 and makes big changes their API, PieFed will not be trying to make compatible changes. We’ll also be wanting to add new endpoints for PieFed-only features like feeds so the differences will increase over time.
Thanks. The last couple of weeks have been pretty intense. Always looking at bugs and solving problems makes it feel like everything is broken all of the time so a bit of positivity goes a long way to balancing that out :)
lol, wow
The upvote of one’s own post/comment does not federate. The only effect that upvote has is on the local instance and remote instances that receive the content are free to initialize the score of that new content however they wish.
Things have been rocky this week as there has been a doubling in the amount of coding being done (and the pace before that was already fast). PieFed.social is being updated with new code multiple times per day, sometimes that fixes things sometimes it breaks stuff.
Please bear with us, I think the worst is over.
Ok technically those are not part of the API ;-)
I’ve put CORS headers on everything now, go for it.
It’s working for me. Try this:
<!-- Save this as test-cors.html and open in a browser -->
<!DOCTYPE html>
<html>
<body>
<script>
fetch("https://piefed.social/api/alpha/comment?id=6527216", {
method: "GET", // or "POST", etc.
headers: {
"Content-Type": "application/json"
}
})
.then(response => response.text())
.then(data => console.log("Success:", data))
.catch(error => console.error("CORS Error:", error));
</script>
</body>
</html>
The communities menu lists all the communities that the viewer mods in a special section.
I looked at the code recently. It’s really good, way better than the UI made me expect.
I’ve added CORS now :)
Hello,
Thank you for your offer.
Can you tell me the ISO 639 language code for Traditional Chinese and for Cantonese?
We already have all the translations for the ‘zh’ form of Chinese (ISO language code ‘zh’). The translation for this is already complete.
Good feedback, thanks.
Moving feeds up and adding a search is doable
deleted by creator
Cool, well, look for the new ‘leave all communities’ button at the bottom of https://piefed.social/communities :)
You’re not the first person who got bitten by this.
I’ve added a ‘skip’ link to the top of https://piefed.social/auth/choose_topics and a ‘leave all communities’ button at the bottom of https://piefed.social/communities
I can see we’re going to need a second draft. Thanks!
There is interest from the Voyager dev, I think things are happening there.