Giter VIP home page Giter VIP logo

spring-social-live's Introduction

spring-social-live Build Status Maven Central

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

  • 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>

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

Please check the license file.

spring-social-live's People

Contributors

melochin avatar sachin-handiekar avatar vancerver avatar yarli4u avatar ystreibel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

spring-social-live's Issues

Maven could'nt find spring-social-live

Hi,

Is it a deprecated project ?

I'm trying to add spring-social-live to my spring-social project and maven couldn't find the .jar.

This is my pom.xml declaration :

<spring-social-live.version>1.0.0-SNAPSHOT</spring-social-live.version>
...
<dependency>
      <groupId>org.springframework.social</groupId>
      <artifactId>spring-social-live</artifactId>
      <version>${spring-social-live.version}</version>
</dependency>

I saw on your quickstart project that the declaration on the pom.xml is comment.

Caused by: org.xml.sax.SAXParseException; systemId: http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd; lineNumber: 2; columnNumber: 35; s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw '301 Moved Permanently'.

I'm following your tutorial from the link : https://gist.github.com/sachin-handiekar/89b304598d23b034db73. When I use mentioned code I started facing the exact issue mentioned here : http://stackoverflow.com/questions/39667435/http-www-osgi-org-xmlns-blueprint-v1-0-0-blueprint-xsd-linenumber-2-columnn.

Please guide

Add license information to pom.xml

Would it be possible to add license-information to POM.XML? This would simplify license audits and reporting, and should be fairly easy. The maven docs have all you need, at https://maven.apache.org/pom.html#Licenses.

Seeing that you use the Apache license, I believe you would only need the following:

<licenses>
  <license>
    <name>Apache License, Version 2.0</name>
    <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  </license>
</licenses>

A real life example can be found in https://github.com/Activiti/Activiti/blob/master/pom.xml#L1046.

Migrate to `com.github.spring-social` organization

Hi @sachin-handiekar - I am the maintainer of spring-social-google, and recently had to rename our package for release from org.springframework.spring-social:spring-social-google to com.github.spring-social for Maven Central sync reasons. As such, we created the spring-social organization on GitHub. Since you maintain a project, I was wondering if you wanted to move it under the same organziation, to help bring active projects together, engage the community, etc.

Missing an explicit license

Hello,

Could you please set an explicit license to this project?
I would like to use this library, but the legal dept of my company doesn't allow me without this condition.

Kind regards,

Mathieu

Forbidden error when using 1.0.4

When using:

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

Getting error:

Access denied to: http://repo.spring.io/milestone/org/springframework/social/spring-social-security/1.1.0.M4/spring-social-security-1.1.0.M4.pom , ReasonPhrase:Forbidden. -> [Help 1]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.