• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

68kMLA Forums API?

equant

Well-known member
Does anyone know if there is there an API to access these forums?  I have done a bit of searching, but I can't find any evidence of it.  I am daydreaming about writing a Macintosh TCP application to access the forums, or perhaps a "door" for my current bbs project.

 

equant

Well-known member
I did see that.  But I couldn't find any info in the 68kMLA forums or wiki about getting a key, so I'm pretty sure it's not turned on, or at least not advertised.  I think it would be nice to browse and post to 68kMLA on my old Mac.

 

Cory5412

Daring Pioneer of the Future
Staff member
There's a staff page? And I'm not listed on it? Hm.

Anyway - such that there is an API, and there probablyis, we're not currently in a place to be able to open access to it, as far as I know. I'll run this by @wthww who does the technical administration. A couple years ago he was talking about writing a read-only forum client that people could telnet into, to gain access on older machines, but I don't know where that went, and at the moment it would likely need to wait for the infrastructure work he/we have been doing.

 

equant

Well-known member
There's a staff page? And I'm not listed on it? Hm.
Oh, you are... but for some reason it says you haven't logged in for many months.

Anyway - such that there is an API, and there probablyis, we're not currently in a place to be able to open access to it, as far as I know. I'll run this by @wthww who does the technical administration. A couple years ago he was talking about writing a read-only forum client that people could telnet into, to gain access on older machines, but I don't know where that went, and at the moment it would likely need to wait for the infrastructure work he/we have been doing.


Ok, well I'd love to either implement a client that runs on old macs, or add an interface to my RetroBridgeBBS project so that someone could browse the forums with their old computer using a serial connection.  If there's any chance of getting access to an API, that would be great, but I won't get my hopes up.  I appreciate you looking into it.

 

Cory5412

Daring Pioneer of the Future
Staff member
Oh, you are... but for some reason it says you haven't logged in for many months.
Ah - that's on purpose on my part, it didn't occur to me it might cause people to think not to contact me, however.

To be honest, at this point it's more out of habit than anything else.

Anyway, I'll float this by wthww and see what he says. I don't know what access the API allows but a read-only view seems reasonable for something like this, I just don't know what tools wthww wanted to build himself.

 

Bunsen

Admin-Witchfinder-General
I was wondering about OAuth


ants created a workaround for OAuth as part of his SE/30 Spotify player project
 

Like most modern web API’s, Spotify uses OAuth to allow third party apps to access their services. However the OAuth flow requires a modern web browser for users to enter their login details. To overcome this, I wrote an OAuth bridge for vintage Macs which delegates the login part of the process to another device such as a smartphone. The first steps are handled on the Mac:


68k.io is a simple page that hits the Spotify API to grab a short code that you need to confirm your device's authorization. Seems you'd need to be logged into Spotify via your browser and then 68k.io just displays a page to grab the short key to confirm connection.


I created 2 separate GitHub projects for the OAuth stuff:


Technically these projects should work with any OAuth implementation.

 
Top