# Chat-iFly **Repository Path**: mirrors_gitpan/Chat-iFly ## Basic Information - **Project Name**: Chat-iFly - **Description**: Read-only release history for Chat-iFly - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =head1 DESCRIPTION A wrapper needed to authenticate to L. =head2 Setup You'll need to go here L and register for an API Key. You'll specify that using C passed to the constructor. You'll need to copy the C folder from this distribution onto your web server somewhere. You'll specify where that is using the C passed tot he constructor. You'll need to build 2 things into your web server: =over =item Inline HTML You'll need to inline the result of C into any web page where you want the chat to appear. =item AJAX Method You'll need to set up an ajax method in your app that returns the result of C. You'll pass the URL where that can be found into the constructor using C. =back And finally you need to call C to tell the iFly servers what your settings are. =cut