The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Maisha::Plugin::Identica - Maisha interface to Identi.ca

SYNOPSIS

   maisha
   maisha> use Identica
   use ok

DESCRIPTION

App::Maisha::Plugin::Identica is the gateway for Maisha to access the Identi.ca API.

METHODS

Constructor

  • new

Process Methods

  • login

    Login to the service.

API Methods

The API methods are used to interface to with the Identica API.

  • api_reauthorize

  • api_user

  • api_user_timeline

  • api_friends

  • api_friends_timeline

  • api_public_timeline

  • api_followers

  • api_update

  • api_replies

  • api_send_message

  • api_direct_messages_to

  • api_direct_messages_from

  • api_search

AUTHENTICATION

As Twitter has now disabled Basic Authentication to access their API, to be consistent Maisha now requires that access to both Twitter and Identica uses OAuth.

With this new method of authentication, the application will provide a URL, which the user needs to cut-n-paste into a browser to logging in to the service, using your regular username/password, then 'Allow' Maisha to access your account. This will then allow Maisha to post to your account. You will then be given a PIN, which should then be entered at the prompt on the Maisha command line.

Once you have completed authentication, the application will then store your access tokens permanently under your profile on your computer. Then when you next use the application it will retrieve these access tokens automatically and you will no longer need to register the application.

For further information please see the Identica FAQ - http://status.net/wiki/TwitterCompatibleAPI

SEE ALSO

For further information regarding the commands and configuration, please see the 'maisha' script included with this distribution.

App::Maisha

Net::Identica

WEBSITES

AUTHOR

  Barbie, <barbie@cpan.org>
  for Miss Barbell Productions <http://www.missbarbell.co.uk>.

COPYRIGHT AND LICENSE

  Copyright (C) 2009-2019 by Barbie

  This distribution is free software; you can redistribute it and/or
  modify it under the Artistic License v2.