I have found the API to download transactions:
But there is no link to a PDF file of the actual invoice available. Does anyone knows if the actual PDF invoice can be downloaded using the API?
Thanks in advance,
It has been deprecated with version 3.0 of Facebook API.
I assume you need to obtain the PDFs as mentioned in https://www.facebook.com/business/help/117335431685396 .
But the API you point to will only provide with you with the JSON data of the related transactions. You can easily build the PDF using this data in your application by using a libraries like,
js PDF - https://github.com/MrRio/jsPDF
fPDF - http://www.fpdf.org/
TCPDF - https://tcpdf.org/
Related
As per the documentation, if I wish to upload only media without any metadata, the simple upload will do. And the documentation says:
So, as per the documentation, I formed the request as follows and the body of the request is binary data:
But I am not able to figure out where to set the parent directory information for the media being uploaded if the body is comprised of only media.
Do I need to submit two requests, one for metadata and one for media? For that, we are provided with the multipart upload.
Can anyone please help me with a working example of a simple upload?
The form-data section in this Postman docs page might help you with entering the file location.
I found a YouTube video on the subject too.
Using OneNote's Onetastic I've been able to inspect the raw XML structure of the notebooks. The REST API returns the page information as HTML, but is limited (no support for ink, shapes, OCR, etc.)
Is there some way to get the raw XML of the page? Perhaps from the OneDrive API?
Thanks in advance!
Unfortunately, there isn't. You can only get HTML.
I do encourage you to go into our uservoice site and create requests for whetever type of content we don't support:
https://onenote.uservoice.com/forums/245490-onenote-developer-apis
For example, there is one for ink.
https://onenote.uservoice.com/forums/245490-onenote-developer-apis/suggestions/5657688-ink-support-in-the-api
We have an existing web page which lets users upload images to the server. We would like to stretch it out so that iphone users can also upload images in this web form. Any ideas or third party tools?
I also found http://www.cliqcliq.com/support/quickpic/ but there no sample in coldfusion.
Thanks!
phonegap's your friend...
http://www.phonegap.com/
Use HTML CSS & JS to make an app
Camera photo (jpeg) can be posted to CF as a base64 encoded string
Jquery also has a mobile library that came out that may be of use to you.
$twitter = new Zend_Service_Twitter('myusername', 'mypassword');
$response = $twitter-> ?????????;
Naybosy cna elp
Twitter have disabled basic authentication and Zend Framework updated their library accordingly to use OAuth.
You'll need to consult the current documentation for Zend_Service_Twitter and make changes to your code.
Saying twitter doesn't do images is incorrect, they added their own image upload service as part of an update in June 2011 and also store references to all images uploaded by the user using third party applications.
You can see this by looking the urls: https://twitter.com/#!/<twitter-username>/media/grid
But Zend framework currently doesn't offer an easy way to grab these. I am looking to do this myself and thinking I will combine the Zend twitter search functionality along with looking at the parameters for entities and media within the twitter api docs:
http://framework.zend.com/manual/en/zend.service.twitter.html#zend.service.twitter.search
https://dev.twitter.com/docs/tweet-entities
I will post back if I do this anytime soon with a link to the code.
I have a Magento application running atop Zend framework. I like to generate Media RSS feed in Zend (In orded to feed the Cooliris application).
Does anyone know if Zend framework supports Media RSS feed?
(I didn't find anything in http://framework.zend.com/manual/1.10/en/zend.feed.html, but maybe I dint look in the right place?)
Tx,
Sty
Check the comments on the page you referred to for Zend_Feed_Writer and the entry in the API for syntax.