Skip to content

Instantly share code, notes, and snippets.

@hjazz
Created April 22, 2014 07:08
Show Gist options
  • Save hjazz/11168088 to your computer and use it in GitHub Desktop.
Save hjazz/11168088 to your computer and use it in GitHub Desktop.
밴드, 카톡, 라인으로 글 보내기
// line
@"line://msg/text/%@"
// band
@"bandapp://create/post/?text=%@
// kakao story
@"storylink://posting?post=%@& // 글내용
appid=%@& // KAKAO_APP_KEY
appver=%@& // 앱버전
apiver=%@& // @"1.0" (고정)
appname=%@" // 앱이름
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment