phonegap facebook connect with blackberry - blackberry

I'm trying to do a facebook connect with phonegap for Blackberry. I'm trying to do a simple login with facebook, authenticate, redirect to app. After that be able to like anything that I want.
I've done this with iPhone using Hackbook, but I haven't found any working solution for Blacbkerry. Any ideas?

Related

Is there any possibility on iOS to auth in instagram account not using web view, but using instagram app installed on the device?

I have implement instagram auth using webview and it works, but I want to open instagram app that is already installed on the device and use it to auth user.
No, You can't. Instagram has not provided this facility yet for iOS.

Is it possible to integrate the Facebook login without using the iOS SDK?

Currently i am using the Facebook SDK to implement the Facebook login to our native iOS application. For this i am using the native iOS SDK for Facebook. This application is both for mobile and web, so is it possible to integrate Facebook login without using the SDK from application side. I mean authentication done fully through API and server side.
Please have a suggestion.
I referred to a SO link:
Design for Facebook authentication in an iOS app that also accesses a secured web service
Sure! You can always use their API directly, which essentially is the same as they do with the SDK.
Check out the documentation on the following link.
https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow

Redirecting user to iOS facebook app for authentication instead of browser window

I'm fairly new to iOS Development and trying to use Facebook SDK for authentication for my app. I have done the integrations and whenever I click on the Login with Facebook button it opens a browser window in the app for authentication. How do I redirect the user to the inbuilt Facebook app which the user uses instead of a browser window if facebook is installed on the phone.
In iOS9 it is not possible switch with Facebook netive app .. For that you should try out other older version of Facebook sdk.
Please check below link.
https://developers.facebook.com/bugs/786729821439894/?search_id
Hope this will help you.
Link for Facebook sdk try it.
https://developers.facebook.com/resources/FacebookSDKs-iOS-20150708.pkg

keep Facebook authentication when accessing webpage thru UIWebView after login with iOS SDK

I have successfully integrated the facebook ios SDK in my app so that user can post to their wall through a feed dialog.
However, I would like to post an open graph object through my app but since this is currently only supported on webpages (is this correct?), I suppose I can load the webpage with the meta tags inside a UIWebView. If I do so, however, I believe user have to authenticate my web app as well?
Is there a way to not need the user to authenticate my web app inside the UIWebView when they have already login through the iOS SDK? I would like to keep the iOS SDK login process because it doesn't require user to enter their facebook details (assuming they have the facebook app installed of coz)
thanks much in advance!
it looks like i am able to post feeds in UIWebView after logging in with the iOS SDK. I did logout of facebook on my safari app just in case....

Blackberry Facebook like button

Оn the site there are articles that have facebook like button. I'm trying to write a blackberry client for it, and I can not understand how to implement like button. I tried facebook-bb-sdk from Facebook connect in Blackberry application and BrowserField but have not yet succeeded. How to realize like?

Resources