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
Koustubh KulkarniKoustubh Kulkarni 

How to call apex method/class from site.com page?

Hi all, i am new to salesforce. I want to implement community login through community builder page(bypassing the standard community login page). my community builder page will take username and password and authenticate the user and go to community. So how can we do it?? i wrote controller which is used to login user from custom vf page. so, how can we call the apex method for login from community/site.com page? 
salesforce mesalesforce me
Hi Koustubh check it once this .............

http://bitplex.me/2010/10/public-web-services-via-apex-and.html

 

http://blogs.developerforce.com/developer-relations/2012/02/quick-tip-public-restful-web-services-on-force-com-sites.html
Yaswanth KothapalliYaswanth Kothapalli
Hi Koustubh,

You can check the following link for reference: 
>> http://salesforce.stackexchange.com/questions/28008/how-can-i-call-an-apex-function-from-site-com

Hope this helps!!
Regards,
Yaswanth Kothapalli