Can the Facebook Blackberry app be launched with parameters? - facebook

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 don'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.

Related

Registering facebook app without including sdk

Since iOS has built in Facebook sharing (via UIActivityViewController), I'm easily able to post without including the FB SDK. However, when I post to my timeline, I want it to say "via AppName". Do I have to add the sdk to my app or is there a simpler way of doing this?
No, you will have to create a Facebook App and use the iOS SDK.

Sencha Touch Facebook Login Native App

I'm using the Facebook Javascript SDK to implement the facebook login authorization for my Sencha Touch app. This is perfectly working when the app is running as web app but when it is compiled as native app there is no way to specify the redirect_uri parameter simply because I don't have any uri to specify since we are in the device.
Is there any other method for Sencha Native app to implement the facebook login authorization or am I forced to implement it on server side????
Thanks in advance for your answers.
You can use phonegap plugin login with facebook. Here you can find it https://github.com/Wizcorp/phonegap-facebook-plugin

Possible to use the native facebook app to log into a mobile html5 app? On the iPhone

I'm trying to have my html5 site open the native iPhone Facebook app to authenticate users.
The site currently uses OAuth 2 on the server side - so it redirects everyone to the web version of Facebook. This is a problem because I dont want to force people to log in on a tiny keyboard.
Can you get the html5 app to open in Safari and authenticate through the native FB app?
If this is not possible with Facebook is it possible with Twitter apps? What is the experience like on android?
I do know that you can authenticate between a native iPhone app and the native Facebook app.
Yes you can do this just use the boilerplate code in facebook developers section of the site and following the guide exactly... I have tried this and it worked for me you just need to find a way to connect your oAuth to this...

integrate app with native facebook iOS without using an iOS app

Im wondering if its possible to link my app with the native facebook iphone-app without using iOS at all.
It was pretty easy to create a mobile version and connect it with the m.facebook.com (so it appears in the broswer) through the Developer > Mobile Web URL but it doesnt work/recognize with the native app of facebook.
Is there a way to connect the native iOS FB to my app without creating an app? So it redirects automatically to the browser?
Im trying to avoid to create an iOS app.
Thanks a lot!
If the Application is linked to in news story or post then the App will open in in a browser.
For full integration you'll need a App.
(I don't have a iOS app to test, only pure web app and after posting the apps.facebook.com link to a wall, that link in App opened in the in built web browser).

How to use facebook connect in an iphone app

I have looked at the facebook iphone api and watched the tutorial they offer but an not sure if one needs to have a facebook app as well to be able to connect an iphone app to facebook.
I would like to allow my users to be able to share things on their profile. e.g. set their status from within my iphone app.
How is this done?
Try the Facebook iPhone SDK
--edit--
You need to register your application to use the API.
Authentication Docs