function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
waltawalta 

HTML5 Chatter API Example

Hi,

Does anyone know where I can find an HTML5/Chatter API example? I watched the video "Developing Mobile APpls for Force.com and Database.com" and in the middle of the HTML5 demo the app referenced the Chatter API. Unfortunately no links or github URLs were provided to this code.

 

Thanks for the help,

Walt

ChrisOctagonChrisOctagon

Hi Walt,

 

I am not aware of a pure HTML 5 demo app for the Chatter REST API. There is a Javascript REST Toolkit available that might be useful, at least for handling authentication. It's available on Github here: https://github.com/developerforce/Force.com-JavaScript-REST-Toolkit/#readme We have sample code for the Chatter REST API here: http://wiki.developerforce.com/page/Chatter_API including a sample Rails app: https://github.com/henriquez/chatter-intranet and a sample iOS app: https://github.com/cseymourSF/Chatter-API-iOS-Sample . Hopefully these sample apps will be helpful.

 

- Chris

waltawalta

Thanks for your help. The authentication was the piece that seemed to be the most difficult, the remainder should be straight ahead rest calls, correct?

 

ChrisOctagonChrisOctagon

Yep, should be