I want to share link using BBM in webworks application is their any way to do that? - blackberry-webworks

I want to share link using BBM in webworks application is their any way to do that in os 7

Yes!
You need to use the BBM Social Platform API and the BBM SDK.
Check here: https://developer.blackberry.com/html5/apis/blackberry.bbm.platform.html

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.

Objective-C library for using Google+ from iPhone

I am new to programming on the iPhone and I want to integrate Google+ in my application. Is there any API for integrating Google+?
Sure, Google have an Objective-C API for many of their public services available at http://code.google.com/p/google-api-objectivec-client/
The Google+ iOS SDK and sample application demonstrates how you can integrate the share plugin, sign-in button, and use the Google+ history API.
https://developers.google.com/+/mobile/ios/

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

Mobile phones that can support facebook apps

Does anyone know of a good website that I can check to find out what are the mobile phones (smartphones) that support facebook apps (Facebook API calls and all that)?
I am pretty sure that all smartphones have facebook support except for blackberries, but I would still like to find a full list.
Blackberry currently has it in their AppWorld http://appworld.blackberry.com/webstore/content/680?lang=en
Nokia currently has it in their Ovi Store http://store.ovi.com/search?q=facebook
Saying that I don't believe there is a current "smart" phone that doesn't have a facebook app. I didn't link it, but Palm/HP WebOS also has a facebook app.
To also answer the API question I saw 3rd party apps on all platforms as well so I don't believe there is a current app market/platform that doesn't support the FB API.
It would be based more on OS. iOS, Android, and Windows 7 all support the calls. According to this SO Question, Blackberry works too.
There is also the Facebook Blackberry SDK

Facebook Connect and iPhone Application

Is there a mechanism to use Facebook Connect to authenticate via a custom developed iPhone application? Would that require embedding WebKit as a browser and using the authentication there?
Here is the official library for it.
http://wiki.developers.facebook.com/index.php/Facebook_Connect_for_iPhone
edit https://developers.facebook.com/docs/guides/mobile/#ios