Skip to content

Instantly share code, notes, and snippets.

View bvellacott's full-sized avatar

Benjamin Vellacott bvellacott

View GitHub Profile
@bvellacott
bvellacott / gist:dabded64a951d2cdb9ad750688d7b2b8
Created March 9, 2017 20:01 — forked from henriquez/gist:3146782
Example Javascript that uses ajax proxy to make request to Chatter API
<apex:page controller="CustomerCommunityController" id="customercommunitycontroller" sidebar="false" showHeader="false" standardStylesheets="false" >
<head>
<title>Acme Customer Support</title>
<meta charset="utf-8" />
<apex:includeScript value="{!$Resource.jquery}"/>
</head>
<script type="text/javascript">