Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • TheOriginal 22 posts 122 karma points
    Mar 22, 2016 @ 09:43
    TheOriginal
    0

    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...

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies