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
chakri618chakri618 

Android TemplateApp SalesForce

hi,

Result I need:----fetch contacts whenever a user login with salesforce account

 

I am able to fetch them using the default Template App provided by Sales Force.

 

But when I put my call back url, client id etc....I am able to login and when click on fetch contacts its toasting a message ---- "NOT_FOUND" : message:"the requested resource doesnt exist".

 

I gave all the Oauth scopes for my app in sales force developer account. what am i missing/doing wrong?

 

Also do I need to give consumer secret? I do not find any usage of consumer secret in default TemplateApp.

 

Please help me on this issue. Thanks in advance.