How Can I get my app id in Telegram API?
I am trying to get my app id from Telegram API by using the method register.saveDeveloperInfo, but I cannot find the way to do it. I'm using de MTProto Java library. This is what I had done by now: I…
I am trying to get my app id from Telegram API by using the method register.saveDeveloperInfo, but I cannot find the way to do it. I'm using de MTProto Java library. This is what I had done by now: I…
I have the following json string http://pastebin.com/wnkiLqvP and I am trying to post it to betaface API. The post is done with PHP over cURL and the function that does the post is: function bcall_endpoint($endpoint,$json_params){ //Init CURL $ch = curl_init($endpoint);…
This is my first SO question please be kind. Every now and again when building an API you encounter a request which takes a while to process. A long API process can cause the request to timeout. (In my case…
Hello i want to get the product lists from cj, clickbank and linkshare via API's to display the whole lists on my site , if this is possible or its a nightmare , where am i standing please generous reply…
I have a script wich uses the Plesk API to create FTP accounts. The script worked perfectly untill we moved to new VPS at a new provider. The script doesnt work anymore and I get an error like this: cURL…
I found a couple of PHP Classes online that utilizes the UPS Tracking API, but the problem is that I don't get the whole route... I only get the status (saying if it was already delivered or not -- along…
My client wants me to create a "simple" script (in PHP). He wants to fill the form with domain names, subdomain names, and blog titles. The script should create subdomains for each domain and automatically install WordPress there. Creating subdomains…
We work on a lot of integration projects and a customer has a legacy ecommerce site and have asked us to integrate product information, orders and inventory with another platform. Does osCommerce have an API that can be used for…