Relative Content

Tag Archive for web-servers

Multiple API Calls on Web Server

I am trying to build a Tumblr Site that makes API calls to Social Network sites and return data and render on the Tumblr Site. And the thing is Tumblr doesn’t allow PHP on their HTML Editor. So my decision was to create my own PHP API that calls the Social Networking APIs, then call my API via javascript on the Tumblr Site to get data. One of the reasons why I need to call the Social Networking APIs on PHP on my web server is because I need it to work with the backend CMS for administration.