You need to sign in to do that
Don't have an account?

Querying chatter related with in Adobe Flex toolkit
Can we perform database operations on chatter related objects using the existing Adobe Flex toolkit version for Flex. If no then is the new toolkit available by which I can access chatter objects in my Adobe Flex applications?
All Answers
Just want to sharefollowing thing for the new chatter developers like me :)
SELECT Id, Parent.Id, Parent.Name, Parent.Type, Subscriber.Id, Subscriber.Name, Subscriber.Phone, Subscriber.Email FROM EntitySubscription WHERE Parent.Type IN('Contact','Lead','User','Opportunity','Account')
In above way we can get information of follower as well as record being follwed.
If you want to see data in this table, use Apex Data loader V 18.0. Because currently eclispe plugin for force.com does not support chatter objects. So export feature of Data loader can give you fields and data in EntitySubscription object.