|
MetaWeblogAPIextension
About publishing Pages from desktop/web clients.
MetaWeblog API extensionAllows you to "post" pages from 3rd party apps like desktop blogging clients or Google Docs. Clients:
!!! EXTENSIVE TESTING NEEDED !!! Installation
config.frameworks -= [ :action_web_service, :action_mailer ] withconfig.frameworks -= [ :action_mailer ] DetailsExtension will create XML RPC endpoint at http://yourradiant.com/api/xmlrpc Authenticate with your Radiant username and password. |
► Sign in to add a comment
I'm getting this error on my local instance of your extension.
Expected /Users/Judo_Samurai?/railsApps/Radiant/vendor/extensions/meta_weblog/app/controllers/api_controller.rb to define ApiController?
RAILS_ROOT: /Users/Judo_Samurai?/railsApps/Radiant
Make sure you make that change to your config/environment.rb file and restart the application. Then you'll get this NoMethodError? instead: undefined method `web_service_dispatching_mode' for ApiController?:Class