-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME
More file actions
9 lines (5 loc) · 658 Bytes
/
README
File metadata and controls
9 lines (5 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
This is a sample app showing you how to use the Chatter REST API in conjunction with RestKit to make a simple feed explorer.
There is another sample app at https://github.com/cseymourSF/Chatter-API-iOS-PhotoPoster showing how to post a new photo post to a group.
You MUST set the "PPConsumerKey" value in the info plist to the correct Consumer Key for your application! This value comes from the Remote Access App setup on Salesforce.
The code in Classes/RestKit is the RestKit submodule: https://github.com/RestKit/RestKit
To learn how to use submodules please refer to: http://chrisjean.com/2009/04/20/git-submodules-adding-using-removing-and-updating/