Skip to content

phonetworks/graphjs-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphJS-iOS

GraphJS-iOS is a Swift client-side library to help developers easily enable social features on their mobile apps. With only a few lines of code, you can easily add authentication, comments, messages, forum, groups, profiles etc. to your static web pages.

Getting Started

To get started with GraphJS-iOS, you need to include graphjs library as sources (via git-submodule for example) to your project. Then you can initiate it with ApiManager constructor. Cocoapods & Cathage support is planned

Example:

<script>
let graphJsApi = ApiManager({{PUBLIC_ID}}, {{GRAPHJS_HORT}}, )
</script>

License

GNU Affero General Public License v3.0, see LICENSE.

Releases

No releases published

Packages

No packages published