socialauth-android-sdk-2.5 새로운 버전 내려받기.

2013. 6. 23. 20:38프로그래밍/Android

728x90
반응형

트위터나 페이스북의 연돌을 직접 구현하기 위해서는 상당힌 노력이 필요합니다.

하지만 socialauth-android-sdk-2.5(socialauth-android-sdk-2.5.zip  )를 이용할경우 연동은 생각외로 쉽게 해결됩니다. 그리고 트위터와 페이스북만이 아니라 링크드인등 수십종의 SNS와의 연동도 간단하게 개발할수 있습니다.


외국에서 개발되는 것이라 당연히 한글 문제와 몇가지 문제가 있었습니다.

하지만 이번에 버전 2.5가 배포되면서 트위터에 한글이 포스팅되지 않던 문제가 해결되었고 트위터의 업데이트로 인해서 로그인이 안되던 문제도 해결되었습니다.


ISSUE게시판에 관련 문제를 올리면 생각외로 개발자분들의 대응도 빠르고 참 고마운 곳입니다.^^


수많은 개발자분들이 SNS에 연동을 하기위해서 밤낮으로 노력하는데 소비되는 시간을 아껴줄수 있는 좋은 모듈입니다.

활용해보시기 바랍니다.


관련정보은 다음 URL을 참고하시기 바랍니다. https://code.google.com/p/socialauth-android

다음은 간략하게 위 사이트에서 발취한 내용들입니다.

참고하시기 바랍니다.





SocialAuth Android is an Android version of popular SocialAuth Java library. Now you do not need to integrate multiple SDKs if you want to integrate your application with multiple social networks. You just need to add few lines of code after integrating the SocialAuth Android library in your app.

The API enables user authentication and sharing updates through different various social networks and hides all the intricacies of generating signatures & token, doing security handshakes and provide an easy mechanism to build cool social apps.

With this library, you can:

  • Quickly build share functionality for posting updates on facebook, twitter, linkedin and more
  • Easily create a Share button or a social bar containing various social networks
  • Access profile of logged in user for easy user registration
  • Import friend contacts of logged in user (Email, Profile URL and Name)
  • Do much more using our flexible API like extend it for more network

Whats new in Version 2.5 ?

  • Facebook and Twitter API issue solved.Check examples for use.
  • Google Plus(Google Oauth 2.0) Provider added.
  • SDK 2.2 support issue for Facebook, Twitter, Linkedin solved.
  • Examples updated.
  • Email and MMS Provider added. Check examples for use.
  • URL Encoding added for updateStatus. You can now post messages in different languages.
  • updateStatus now returns Response.
  • A new method update story added to share links with image preview on facebook.
  • addConfig Method added to enable users to keep keys and secrets in code.
  • SocialAuth api method exposed. Now you create custom api methods easily.


728x90
반응형