제 페이스북 계정으로 앱을 등록하고 APP_ID를 발급받아 사용자 인증과 담벼락 글개시에 성공을 하였습니다.
그런데 글을 개시하기 위해 앱에서 로그인을 할 때 제 계정으로 로그인을 하면 글개시가 정상적으로 작동을 하는데
다른 계정으로 하면 로그인만 성공되고 글 개시가 되질 않습니다...
 
로그캣의 에러 메세지는 다음과 같습니다..
03-21 21:58:51.558: INFO/test(27724): Response: {"error":{"type":"OAuthException","message":"(#200) The user hasn't authorized the application to perform this action"}}
03-21 21:58:51.563: INFO/test(27724): Facebook Error: (#200) The user hasn't authorized the application to perform this action

oauth exception 인데..로그인은 되는데 글개시가 안되는 이유를 모르겠습니다..
도와주세요~