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

How to give permission to chatter free user
HI Everyone
How to give permission to a chatter free user to download apps from App Exchange or how system adminstrator share his apps to a chatter free or a chatter External user.
As salesforce given that
"Anyone can browse and test drive AppExchange listings. Salesforce administrators and users with the “Download AppExchange
packages” permission can install AppExchange apps. To publish an app on AppExchange, a user must have both “Create
AppExchange packages” and “Upload AppExchange packages” permissions".
Thanks&Regards
bhagi
Understanding User License Types
https://na14.salesforce.com/help/doc/en/users_understanding_license_types.htm
http://www.salesforce.com/crm/editions-pricing.jsp
All the feeds are getting stored on the Object "UserFeed", So filtere your SOQL by CreatedByID = "Chatter Free User Ids".
Created on Batch-Apex scheduled with a Scheduler-Apex which run in every 5 min.
SOQL will check record created on the last 5 min and inserts those feed.body and some needful fields into a Custom object(or you can use th Activity Object) as a new Record (a new Task).