Acteur Twitter Auth

Shared configuration for Giulius, Acteur and related projects

License

License

MIT
GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

acteur-twitter
Last Version

Last Version

2.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

Acteur Twitter Auth
Shared configuration for Giulius, Acteur and related projects
Project URL

Project URL

https://github.com/timboudreau/acteur-auth
Project Organization

Project Organization

Mastfrog Technologies
Source Code Management

Source Code Management

https://github.com/timboudreau/acteur-auth.git

Download acteur-twitter

How to add to project

<!-- https://jarcasting.com/artifacts/com.mastfrog/acteur-twitter/ -->
<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>acteur-twitter</artifactId>
    <version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/acteur-twitter/
implementation 'com.mastfrog:acteur-twitter:2.7.1'
// https://jarcasting.com/artifacts/com.mastfrog/acteur-twitter/
implementation ("com.mastfrog:acteur-twitter:2.7.1")
'com.mastfrog:acteur-twitter:jar:2.7.1'
<dependency org="com.mastfrog" name="acteur-twitter" rev="2.7.1">
  <artifact name="acteur-twitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='acteur-twitter', version='2.7.1')
)
libraryDependencies += "com.mastfrog" % "acteur-twitter" % "2.7.1"
[com.mastfrog/acteur-twitter "2.7.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.twitter4j : twitter4j-core jar 3.0.5-hack
com.mastfrog : acteur-auth jar 2.7.1
com.mastfrog : netty-http-client jar 2.7.1
com.mastfrog : url jar 2.7.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

Acteur Authentication

Provides a small framework for dealing with authentication in acteur, including OAuth adapters for Facebook, Twitter, LinkedIn and Google. Provides URL handlers for the various OAuth callbacks these systems require. You simply implement a UserFactory which handles CRUD operations for users, stores credentials and so forth.

At this point, the code here should be considered experimental.

See the javadoc for more info.

Versions

Version
2.7.1
2.7.0
2.6.13
2.6.12
2.6.11
2.6.10
2.6.9
2.6.8
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.0