java Facebook integration -


Integrate in Java using restfb. Somewhere written that the restfb is deprecated.then what to use in that case. I do not want to use third parties. There is no guide to using the Facebook Open Graph in the Java application.

itemprop = "text">

Add it to your pom.xml, it's easy to integrate with Facebook and others:

  & lt ;! - Spring Social - & gt; & Lt; Dependency & gt; & Lt; Group & gt; Org.springframework.social & lt; / Group & gt; & Lt; ArtifactId & gt; Spring-social-core & lt; / ArtifactId> & Lt; Version & gt; $ {Spring-social.version} & lt; / Edition & gt; & Lt; / Dependencies & gt; & Lt; Dependency & gt; & Lt; Group & gt; Org.springframework.social & lt; / Group & gt; & Lt; ArtifactId & gt; Spring-social-web & lt; / ArtifactId> & Lt; Version & gt; $ {Spring-social.version} & lt; / Edition & gt; & Lt; / Dependencies & gt; & Lt; Dependency & gt; & Lt; Group & gt; Org.springframework.social & lt; / Group & gt; & Lt; ArtifactId & gt; Spring-Social-Testing & lt; / ArtifactId> & Lt; Version & gt; $ {Spring-social.version} & lt; / Edition & gt; & Lt; / Dependencies & gt; & Lt ;! - Facebook API - & gt; & Lt; Dependency & gt; & Lt; Group & gt; Org.springframework.social & lt; / Group & gt; & Lt; ArtifactId & gt; Spring-Social-Facebook & lt; / ArtifactId> & Lt; Version & gt; $ {Org.springframework.social- Facebook-version} & lt; / Edition & gt; & Lt; / Dependencies & gt; & Lt; Dependency & gt; & Lt; Group & gt; Org.springframework.social & lt; / Group & gt; & Lt; ArtifactId & gt; Spring-social-facebook-web & lt; / ArtifactId> & Lt; Version & gt; $ {Org.springframework.social- Facebook-version} & lt; / Edition & gt; & Lt; / Dependencies & gt;   

See to learn more

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -