Jump to content

API


hackalive

Recommended Posts

Hi guys,

 

I need to develop an API for the web-service I am building.

The API needs to work like the Apple iPhone one, when user data is requested the user is prompted by me (forced) the developer does not make the prompt.

 

Anyways, I have no idea where to start in building the API with PHP ect.

 

So any help/suggestions is greatly appreciated.

 

A Merry Christmas and many thanks in advance to you all.

Link to comment
https://forums.phpfreaks.com/topic/253797-api/
Share on other sites

Restful JSON service here is a simple little tutorial if you're interested .

 

With my experience in iPhone development the iPhone has a great JSON library TouchJSON

 

Well you will have to decide what the iPhone needs to do and what it will relay on from the API. Usually some level of authentication is a good starting place, then add some functionality around it.

 

Merry Christmas.

Link to comment
https://forums.phpfreaks.com/topic/253797-api/#findComment-1301163
Share on other sites

@AGuyWithAthing:

The iPhone does nothing, I was making a statement that I would like to build an API for my service that works LIKE the iOS API layer does,  in regards to the prompting of users for information.

 

Thank you for the links :)

 

Any other help is appreciated guys :D

Link to comment
https://forums.phpfreaks.com/topic/253797-api/#findComment-1301176
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.