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
});
가 어떻게 안드로이드에 이런 짓을 했을까?