Thanks! Yeh i’d be happy to talk about the app. I’m still a noob, so i’ll probably listen more than talk
Regarding the friends issue. I fixed it (kind of). You now have about 12 friends. Does sound about right? The problem was that some of the webId’s were non-standard. For now, I threw in a try/catch to skip the ones causing an issue. But i’ll need to look deeper into it to show the non-standard ones too.
Yeh, I wasn’t able to delete a friend. I was trying something along the lines of me.friends.delete(friendId)
I probably need to loop through the list, find a match and delete it. I had a go but wasn’t successful. BTW I also fixed a bug that was preventing people from adding friends. I’ll need to add some kind of confirmation. Lots to do…