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
rohitrrohitr 

TwitterForce - Visualforce Error - TwitterForce.TwitterException:

I've followed the instruction for accessing twitter api as given in the URL: http://wiki.developerforce.com/page/Getting_Started_with_TwitterForce

Followed all steps as they have mentioned. But on the twitter page, once i give credentials and click on login button, I get the below error.

Class.TwitterForce.execute: line 75, column 1
Class.TwitterForce.checkCreds: line 88, column 1
Class.TwitterForce.<init>: line 27, column 1
Class.TwitterController: line 19, column 1

Any light on this?

Thanks in Advance,
RR

VikashVikash (Salesforce Developers) 
Hi,

I guess that you might have missed this step.

TwitterForce provides a Visualforce page called `twitter`, which you can use to test your Twitter integration.
View the test page by logging into your Force.com environment and visiting something like: https://na7.salesforce.com/apex/twitter
Where you substitute your instance in the server name. E.g., "na1" or "na5" instead of "na7"
Fill in your twitter credentials in the test page

Please make sure you have not missed any steps.

Thanks
Vikash_SFDC
Simon WhightSimon Whight
No, I'm getting this problem too. The solution above describes the steps to get to this point.

You go to the page on your instance, fill in login credentials and then this is fired out as an error.