This is in relation to the online version of Quickbooks, QBO (not the desktop). We need our serverside code to be able to log-in and query some data from quickbooks (just like your API provides) and supply this information to our billing system. This would not involved a browser and use something like curl but this means there is no
Tag: api
Download tracks from Soundcloud via their API
I have around 1000 liked tracks on Soundcloud and I’d like to download the ones available for download. Is it possible to use the API to download these where a download option is available? Thanks …
How can i secure this API in an APK file
I am currently developing an api for a website i run. The api will be used in a number of places, and one of those places is an Android app. It’s purpose is to allow users to login, and and download files. I have the api build, and it will be using HTTPS so all of the data is fine
Google Calendar API PHP listEvents not retrieving all events
i am trying to retrieve ALL of the events using the Google_CalendarService. So far I am retrieving everything with recuring events, but there are some events that don’t show up. Example: I have …
How to use the Google calendar API’s functions
I’m trying to use the Google calendar API and I can’t properly call the built-in functions. For reference: This code return a fatal error: Call to a member function getItems() on a non-object I don’t understand how to use an object which is not instantiated by a New(). Answer You need to add this line into your code
How to set UTF-8 encoding for a PHP file
I have a PHP script called : http://cyber-flick.com/apiMorpho.php?method=getMorphoData&word=kot That displays some data in plain text: As you can see in place of proper chars there are so “bushes”. What i would like to do is display this in a way so that people see in browser proper UTF-8 characters. You can encapsulate it in HMTL tags and set in meta