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
dev401hasdev401has 

integrate chatter in flex page

I would like to integrate chatter into my flex page.

any idea on this will be highly appreciated.

Best Answer chosen by Admin (Salesforce Developers) 
cloudcodercloudcoder

Are you referring to the Flex Toolkit? If so you use the Partner WSDL from a v18 (Spring 10) org, and you will have access to the Chatter objects.

 

All Answers

cloudcodercloudcoder

Are you referring to the Flex Toolkit? If so you use the Partner WSDL from a v18 (Spring 10) org, and you will have access to the Chatter objects.

 

This was selected as the best answer
jernstjernst

If you use the Flex toolkit and set the initial server url for either Partner or Enterprise v18 endpoint you should be able to use Chatter objects. Have just been playing with Chatter and Flex/AIR myself and it turned out pretty well.

taamytaamy

Hi i am new to flex and force. I have been trying to execute a simple query like 

 

SELECT ID, CreatedDate, CreatedById, CreatedBy.FirstName, CreatedBy.LastName, ParentId, Parent.Name,(SELECT CommentBody, FeedItemId FROM FeedComments)FROM NewsFeed"

 

All i get back is [object Objects] in place of CommentBody .. could you tell me why this is happening. I have plenty of comments and feeds back in chatter. All the Ids show properly.