[ABD] phpBB API

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
Geolim4
Former Team Member
Posts: 1965
Joined: Sat Sep 11, 2010 3:28 pm
Location: Nantes, France
Name: Georges
Contact:

Re: [BETA] phpBB API

Post by Geolim4 »

A nice preview of the next release (3.1.x) of phpBB API for CLI users 8-)

Image

Due to a lot of thing i have to work for this new release, i have no date to provide for now :cry:
phpBB-fr Former MOD Team Leader / Website Team Member
antonjw2
Registered User
Posts: 94
Joined: Tue Oct 30, 2012 3:17 pm

Re: [BETA] phpBB API

Post by antonjw2 »

Keep up the great work, Geo.

I'm looking forward to using your API when I get around to doing some mobile development later in the year.
bashekking
Registered User
Posts: 4
Joined: Mon Sep 01, 2014 11:24 am

Re: [BETA] phpBB API

Post by bashekking »

When I try to install it in 3.0.12, I get an empty page if I open /phpbb_api_install.php, and nothing seems to happen.

[Edit]
This seems to be a Chrome/Chromium problem. In firefox the page is shown correctly.
bashekking
Registered User
Posts: 4
Joined: Mon Sep 01, 2014 11:24 am

Re: [BETA] phpBB API - FAQ???

Post by bashekking »

Hi,

I'm testing 3.0.12 with phpbb api 0.0.1. The basic functionality seems to work (I can get 1 row of db table data based on id), however i cannot get much further than that. For example I can't get the topics within a forum. It is hard to find which functionality is implemented.

Where can I find the the FAQ?

Is it in version 0.0.2? Where can I find 0.0.2?

Kind regards,

Bas
bashekking
Registered User
Posts: 4
Joined: Mon Sep 01, 2014 11:24 am

Re: [BETA] phpBB API - CORS

Post by bashekking »

For proper cross browser interaction CORS should be implemented.

Also the HTTP OPTIONS request header currently gives the wrong feedback. It shoud be:

200 OK
Allow: HEAD,GET,PUT,DELETE,OPTIONS

And nothing else ;)

And last but not least, if you specify a content type header when you do a Post to your api (no matter what type), you always get an error:

{
"msg": "Unallowed API key!",
"errno": 512,
"status": "200 OK",
"timing": "0.0986s"
}

If you don't specify a header, it works (strange!)
User avatar
Geolim4
Former Team Member
Posts: 1965
Joined: Sat Sep 11, 2010 3:28 pm
Location: Nantes, France
Name: Georges
Contact:

Re: [BETA] phpBB API

Post by Geolim4 »

I will have a look asap, thanks for feedback :)
phpBB-fr Former MOD Team Leader / Website Team Member
User avatar
bbthailand
Translator
Posts: 76
Joined: Wed Jun 18, 2008 6:00 am
Contact:

Re: [BETA] phpBB API

Post by bbthailand »

pls update it for phpBB3.1
thank :D
User avatar
Geolim4
Former Team Member
Posts: 1965
Joined: Sat Sep 11, 2010 3:28 pm
Location: Nantes, France
Name: Georges
Contact:

Re: [BETA] phpBB API

Post by Geolim4 »

As i don't have time to give to php anymore, this MOD is now abandoned.
Feel free to someone to fork it and go ahead.
Sorry :(
phpBB-fr Former MOD Team Leader / Website Team Member
Locked

Return to “[3.0.x] Abandoned MODs”