SureshKekan / sfdc-oauth-playground

Automatically exported from code.google.com/p/sfdc-oauth-playground
0 stars 0 forks source link

Problem with OAuth Class #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to re-write the OAuth Package Classes, every thing was fine, but 
when i saving the OAuth Class an error trowing like "token__c is undefined".
What is mean by token__c in OAuth Class. Please get back to me..........

regards
Ravindra Babu Nagaboina
Hyderabad

Original issue reported on code.google.com by ravi.nag...@gmail.com on 1 Mar 2011 at 6:07

GoogleCodeExporter commented 8 years ago
token__c is a custom object that stores tokens for the users that have 
authorized access to a given service. For example, if a twitter user authorizes 
your Twitter application (built on Force.com) to access Twitter on the user's 
behalf, then Twitter will issue an access token that your application will use 
to get access. These tokens are stored in token__c. You can rewrite the code to 
store the token in a custom setting instead.

Original comment by jesperfj on 11 Apr 2011 at 9:14

GoogleCodeExporter commented 8 years ago
I didnt find any token__c in my Objects

Original comment by ravi.nag...@gmail.com on 12 Apr 2011 at 4:25