Skip to content

sachin-handiekar/spring-social-live

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

spring-social-live Build Status Maven Central

Introduction

A provider extension for Spring Social to enable connectivity with Microsoft Live (OneDrive, Outlook and Identity) and API binding for Microsoft Live REST API.

How to Use

  • Maven Integration

If you're using Maven in your project, then you can integrate jInstagram by adding the following dependency in your pom.xml

<dependency>
   <groupId>com.sachinhandiekar</groupId>
   <artifactId>spring-social-live</artifactId>
   <version>1.0.4</version>
</dependency>

If you prefer using the latest snapshot build, include the following lines to your pom.xml.

    <repositories>
        <repository>
            <id>oss.snapshots</id>
            <name>OSS Sonatype Snapshot Repository</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>com.sachinhandiekar</groupId>
            <artifactId>spring-social-live</artifactId>
             <version>1.0.5-SNAPSHOT</version>
        </dependency>
    </dependencies>

Projects using Spring-Social-Live

Please see the wiki link for a list of projects using Spring-Social-Live.

License

Please check the license file.