I am working on PHPmotion video cms website. I want to create API to access the videos links and its info for creating app for iPhone.
How can I create API for PHPmotion website to stream its videos in iPhone app. What is the best way to create API for iPhone? How can I do it?
I am working on PHPmotion video cms website. I want to create API to
Share
you can use Json to fetch the video url from server and play its content in the shared appication.