Plugin info

Total downloads: 4,730
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/13/2020 (2138 days ago)
Added to WordPress: 11/12/2012 (13 years old)
Minimum WordPress version: 4.0
Tested up to WordPress version: 5.4.18
Minimum PHP version: 5.2.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2138 days ago

20/100

Is TinyWebDB API abandoned?

Possibly abandoned (last update 2138 days ago).

Compatibility

Requires WordPress: 4.0
Tested up to: 5.4.18
Requires PHP: 5.2.4

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

AppInventor is a easy way to creating an Android app from web browser.
TinyWebDB API is a AppInventor TinyWebDB API plugin, use you WordPress as a TinyWebDB web service.

TinyWebDB Protocol:

Action
URL
Post Parameters
Response

Get Value
{ServiceURL}/getvalue
tag
JSON: [“VALUE”,”{tag}”, {value}]

Store A Value
{ServiceURL}/storeavalue
tag,value
JSON: [“STORED”, “{tag}”, {value}]

Roadmap:
* TinyWebDB API 0.1.0 implemented Get Value Action.
* TinyWebDB API 0.2.0 will implement Store A Value Action.
* TinyWebDB API 0.3.0 will implement Authentication.
* TinyWebDB API 1.0.0 Full release.

Visit Plugin URI for detail.

Known Issues

Installation

  1. FTP the entire tinywebdb-api directory to your WordPress blog’s plugins folder (/wp-content/plugins/).
  2. Activate the plugin on the “Plugins” tab of the administration panel.
  3. Check test URL on admin menu to make sure API work properly.
  4. Refer to Plugin URI to get sample Android test app which make by App Inventor, to create your own app.

for how to use AppInventor to inventor your Android app with this plugin , visit Plugin URI for detail please.

Frequently Asked Questions

How api key work

api key still reserved.
api key will be use for authentication, it will implement after v 0.3.0.
Because original TinyWebDB API do not include specification for authentication,
we tring to find a auth way which compatible with original TinyWebDB API.

Review feed

No reviews available

Screenshots

  1. The TinyWebDB API management page in the WordPress Admin.

    The TinyWebDB API management page in the WordPress Admin.

Changelog

0.1.0

Start TinyWebDB API plugin.

0.1.3

First alpha release which implemented Get Value Action.

0.2.0

Release which implemented Get Value Action with API Key.
Add test URL on admin menu.

0.2.2

Re-write code with oo-calss style.

0.2.7

Refine API from original tinywebdb.

0.2.8

Active “Store A Value” and some enhancement.

0.2.9

Active log viewer and some enhancement.

0.2.11

App PHP7 support.
App test form on admin page.

1.0.0