0

Android에서 Facebook 메신저를 열고 싶습니다. (: https://github.com/appcelerator-modules/ti.facebook 여기에 설명 된대로) : Android에서 티타늄을 사용하는 열린 Facebook 메신저

는 iOS에서이 작업을 수행하려면, 당신은 단순히 다음을 수행 할 필요가

var fb = require('facebook'); 
    fb.presentMessengerDialog({ 
     title: "Appcelerator Titanium rocks!", // The title of the link 
     description: "Shared from my Titanium application", // The description of the link 
     link: "https://appcelerator.com", // The link you want to share 
     referal: "ti_app", // The referal to be added as a suffix to your link 
     placeID: "my_id", // The ID for a place to tag with this content 
     to: [] // List of IDs for taggable people to tag with this content 
    }); 

가 어떻게 안드로이드에 이런 짓을 했을까?

답변

2

사실, 원래 Ti.Facebook 모듈을 사용하는 Android 용 메소드는 없습니다.

: 당신은 아이폰 OS &은 5.4.0 다윗의 대답에

, 그는이를 말한다 코드 파일의 첫 번째 라인을 놓친 티 SDK부터에만 있다고이 링크 Ti.Facebook에서 볼 수 있습니다

if (Ti.Platform.osname == "android") { Ti.API.warn("This feature is currently iOS-only."); return; } 

그러나 Android Intents in Titanium

여기에 설명 된대로 여전히 텐트를 사용하여 안드로이드에 메신저 대화 상자를 엽니 다 시도 할 수 있습니다

Google에서 유사한 질문을 검색 할 수 있습니다. & 많이 찾을 수 있기를 바랍니다. 그러한 예가 하나 있습니다. FB Messenger Intent