All Projects → agorava → agorava-core

agorava / agorava-core

Licence: other
Agorava Core API and Implentations

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to agorava-core

Vue Social Share
A Vue 2.x social share component
Stars: ✭ 136 (+166.67%)
Mutual labels:  social
Monica
Personal CRM. Remember everything about your friends, family and business relationships.
Stars: ✭ 15,499 (+30290.2%)
Mutual labels:  social
Nakama Unity
Unity client for Nakama server.
Stars: ✭ 222 (+335.29%)
Mutual labels:  social
Socialblocklists
Blocklists to block the communication to social networking sites and privacy harming services
Stars: ✭ 161 (+215.69%)
Mutual labels:  social
Plus
💝The Plus (ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.
Stars: ✭ 2,148 (+4111.76%)
Mutual labels:  social
Graphjs
A set of widgets for a meaningfully social web.
Stars: ✭ 212 (+315.69%)
Mutual labels:  social
Telegram Instapy Scheduling
A Telegram bot for scheduling InstaPy
Stars: ✭ 136 (+166.67%)
Mutual labels:  social
SocialMedia-App
A fully functional social media app built with flutter with multiple features
Stars: ✭ 646 (+1166.67%)
Mutual labels:  social
Activitystreams
Activity Streams 2.0
Stars: ✭ 185 (+262.75%)
Mutual labels:  social
Socialview
Android TextView and EditText with hashtag, mention, and hyperlink support
Stars: ✭ 217 (+325.49%)
Mutual labels:  social
Flaskbb
A classic Forum Software in Python using Flask.
Stars: ✭ 2,117 (+4050.98%)
Mutual labels:  social
Helpdesk Guide
📖《桌维网管实典》主机与程控终端信息安全运维,IT方向速成就业入职
Stars: ✭ 183 (+258.82%)
Mutual labels:  social
Valorize Vidas
Sistema de prevenção ao suicídio
Stars: ✭ 214 (+319.61%)
Mutual labels:  social
Laravel Passport Social Grant
🔒 API authentication via social networks for your Laravel application
Stars: ✭ 142 (+178.43%)
Mutual labels:  social
E Contact Android
Stars: ✭ 225 (+341.18%)
Mutual labels:  social
Oss.clients.sns
社交网站sdk(标准库),微信公众号(订阅号,服务号,小程序)接口sdk-包含消息回复(明文和安全模式),Oauth2.0授权等
Stars: ✭ 136 (+166.67%)
Mutual labels:  social
Socfony
Socfony is an open source social application, quickly build your own social application.
Stars: ✭ 199 (+290.2%)
Mutual labels:  social
cdi-test
JUnit extension for easy and efficient testing of CDI components
Stars: ✭ 23 (-54.9%)
Mutual labels:  cdi
Nakama Godot
Godot client for Nakama server written in GDScript.
Stars: ✭ 240 (+370.59%)
Mutual labels:  social
Icms2
Official Repository for InstantCMS 2.x
Stars: ✭ 215 (+321.57%)
Mutual labels:  social

Agorava Core

CircleCI Maven Central License

Introduction

Agorava Provides CDI Beans and extensions to interact with major social media (SM).

Agorava core contains SN independent services like

  • OAuth connectors to authenticate with an OAuth providers
  • Support for generic Authentication and user profile
  • Support for multi-account (multi SM and multi session for the same SM)

Core also contains provides implementations for these service. The only implementation is based on CDI right now.

CDI implementation

It is independent of CDI implementation and fully portable between Java EE 8 and Servlet environments enhanced with CDI. It can be also used with CDI in JSE (desktop application).

For more information, see the Agorava Website.

Building

Agorava core relies on Agorava Parent

It requires Apache Maven (available from http://maven.apache.org/) Version 3.0.3 or later to build. You'll need to launch the following command in the root of the project

mvn clean install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].