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¶m2");
Thanks in advance
No it cannot, RIMs BlackBerry Facebook application doesn't currently have a parameter API that's available to 3rd party Apps.
精彩评论