Skip to content

Tag: api

Uploading a file via Yammer API

I’m able to post a message but when I add either the attachment or pending_attachment, I get an error saying: TypeError: ‘stepUp’ called on an object that does not implement interface HTMLInputElement. Answer yammer’s javascript SDK doesn’t work with attachment. (at least no work…

How to extract url data from Reddit API using JSON

I’m trying to extract the image post URLs from a subreddit feed, and render <img> elements on my page. Been trying to hack together the .getJSON() Flickr example from the jQuery Docs for a while now and I’m not getting anywhere. Code in question: In the body, I have the element: div#images I…