开发者

Can the Facebook Blackberry app be launched with parameters?

I'm developing a blackberry app that needs to be linked to the Facebook application(not using the SDK, just launching the Facebook app), I can do this using:

ApplicationManager.getApplicationManager().launch("net_rim_bb_facebook");

But my problem is that I need not just to open the app, but open it inside a specific profile, what I do开发者_如何学编程n't know is if the Facebook app accepts some parameters to achieve this so I could send them like this:

ApplicationManager.getApplicationManager().launch("net_rim_bb_facebook?param1&param2");

Thanks in advance


No it cannot, RIMs BlackBerry Facebook application doesn't currently have a parameter API that's available to 3rd party Apps.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜