2010-06-07 10 views
2

다음 함수를 호출하는 링크를 클릭하면 ... "문제가 발생했습니다. 가능한 한 빨리 수정하려고합니다."FB.ui : stream.publish - 벽 게시 문제

지난 몇 주 동안 작동 해 왔으며 지난 주에 이와 같이 작동하기 시작했습니다.

아무 것도 변경 했습니까? 아마도 가능합니다. 그러나 동일한 코드가 다른 비 생산, 테스트 fb-app-settings에서 작동합니다!

다음은 자바 스크립트입니다. (더 자바 스크립트 오류 페이지에 없습니다)

내가 잘못이나 어디 있는지하는 기능을 이해하는 데 도움이 필요! 나는 며칠을 기다렸지 만 여전히 같은 문제.

function publishReview() { 
    var atch = { 
     name: 'Raajneeti - Movie Review', 
     href: 'http://www.moviereviewsindia.com/Movie.aspx/Details/Raajneeti', 
     caption: '{*actor*} just revealed his taste of a movie', 
     description: 'Write, Read and Share movie reviews just through your Facebook Account', 
     media: [{ type: 'image', src: 'http://moviereviewsindia.com/Content/Images/logoround.png', href: 'http://www.moviereviewsindia.com'}] 
    }; 

    FB.ui(
     { 
      method: 'stream.publish', 
      message: '3/5 - Multi-starrer raajneeti was good but not great, and a very good efforts from Prakash Jha. A lot happened in 3 hours. I recommend to hire ajay devgan for car wash. Nana patekar was rocking as usual in his unusual style. Take him out and your movie experience may deterior. Ranbeer got a nice role of ARJUN, and he was characterized nicely in the movie. I can\'t say whether he was that great in acting. Story was good enough, but don\'t expect total real life thingy there. ', 
      attachment: atch, 
      action_links: [ 
       { text: 'My Reviews', href: 'http://www.moviereviewsindia.com/User.aspx/Profile/1266802272' } 
      ], 
      href: 'http://www.moviereviewsindia.com/Movie.aspx/Details/Raajneeti', 
      user_prompt_message: 'Share your thoughts about ' + 'Raajneeti - Movie Review' 
     }, 
     function(response) { 
      if (response && response.post_id) { 
       //success action 

      } else { 
       //failure action 
      } 

     } 
    ); 
} 
+0

짧은 FB.ui.message로 시도했습니다. 그리고 그것은 효과가있었습니다. 이 메시지에 정의 된 길이 제한이 있는지 궁금합니다. – cdpnet

답변

1

짧은 FB.ui.message로 시도했습니다. 그리고 그것은 효과가있었습니다. 이 메시지에 정의 된 길이 제한이 있는지 궁금합니다.

관련 문제