Question

Story: As the developer, I want to get a Salesforce security token for a Chatter Free profile user so that my application can pull Chatter Feed.

I’m developing a VS 2010 C# internal application to pull data from Chatter via Salesforce’s API. Sample application I wrote using my Salesforce developers edition Chatter Free account functions just fine. However, I’m unable to get a security token for the Chatter Free user account set up through my company. Company has PE with API bundled in. I’ve determined that some users in the company are able to request a security token and others are not .. yet I don’t see a pattern among the different user accounts. My company does not want to provide our IPs to Salesforce.

How do I get a security token in this situation?

Was it helpful?

Solution 2

Solution: A regular paid user account was set up specifically for our internal application's usage. This allowed me to get the needed security token and pull the chatter data feed into my custom applicaiton. Our company didn't have to change subscriptions.

OTHER TIPS

There is no way to request security token for Chatter Free users. You have to access the Salesforce web UI to do it (so even API-only standard users can't do it either). The only workaround is to white list IP, but apparently you're unable to do...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top