Umbraco back end custom datatype, calling custom made controller method
I have created a controller that consists of two methods, the first on click opens up a new window with a facebook login prompt for access to the users facebook, and the other to get a list of there most recent posts from their wall. It all works perfectly fine in MVC because i am using ajax to to call a view where the methods are called by which then returns the url or the html for the posts. I've tried implementing this into Umbraco but i get a 404 that an umbraco doesn't exist with the url 'controllerName, ActionName' of the
custom controller, any help with being able to call a custom controller method with out having to create an umbraco view? Code available on request...
Umbraco back end custom datatype, calling custom made controller method
I have created a controller that consists of two methods, the first on click opens up a new window with a facebook login prompt for access to the users facebook, and the other to get a list of there most recent posts from their wall. It all works perfectly fine in MVC because i am using ajax to to call a view where the methods are called by which then returns the url or the html for the posts. I've tried implementing this into Umbraco but i get a 404 that an umbraco doesn't exist with the url 'controllerName, ActionName' of the custom controller, any help with being able to call a custom controller method with out having to create an umbraco view? Code available on request...
is working on a reply...