Blackberry Facebook like button - blackberry

О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?

Related

Adding a Facebook like button to our App

In my app I am allowing users to post to Facebook via the iOS API as follows:
SLComposeViewController * controllerSLC = [SLComposeViewController composeViewControllerForServiceType:SLServiceTypeFacebook];
I would like to add a Facebook 'Like' button for users who want to like our App. I have a couple questions:
1) Can a Facebook Like be accomplished using the Native iOS SDK? I could not find any reference so my assumption is no, but I was hoping for some clarification.
2) If I want a user to like our app on our Facebook home page, I believe the user has to be logged in to their account. SO, if the user is signed into Facebook on their device can I integrate the Facebook API's to that so the user does not have to log in again? I cannot find any solid iOS example of adding a like button to my app.
Thanks for any guidance.
There is a native like button under testing and you can find the documentation about it at https://developers.facebook.com/docs/ios/like-button . But be aware that only people will have a role on the app will see it so you can't currently use it.
If you are showing a webview the user will not be logged in in that webview even if they are logged in in the Facebook app. Same thing with redirecting to the browser. If the user is logged in in the Facebook app doesn't mean they will be logged in in the browser.

Connect a fb Site to an iOs Fb App

iam somehow new to all the Facebook app and sites stuff.
What I have:
- A Facebook Side bulid from my acoount with around 50 Likes and some posts
- A Facebook App for my iOS App with will rock the AppStore next week :-)
I now realised, that I can have an App Site. So All posts done from the App will link to this site.
So the big question is: How to connect my App with the Site?
The only way I can see is to genarate an new Site out off the App and start at Zero. So please Help me
Thanks!
I have to do a little interpretation here:
I guess with "Facebook Side" you mean a Facebook Page - correct me if I'm wrong.
You can create an App Detail Page for your existing Facebook iOS App. I guess that is what you mean by "App Site".
How to connect my App with the Site?
Your Facebook iOS App will be connected to the App Detail Page automatically, so I guess your question is how to connect your Facebook Page with your Facebook App, right? If this is the case, then you might want to also create a Facebook Page Tab for your existing Facebook App. Here is the Facebook tutorial on how it can be done:
https://developers.facebook.com/docs/appsonfacebook/pagetabs/

Like a url with the facebook-ios-sdk?

I know it's possible to like a page from the Facebook SDK for iOS, but is there a way to have a url/link and to like that url/link?
I've implemented Facebook SSO in the application and would like to use the login for the user to like a URL.
The thing I'm working on now is a blog-like view that will show posts from a certain site, and I would also like to be able to like that blog post, since I have the URL from the specific blog-post.
So if I would like to implement a like button on every blog post in the app, is there a way to do this through the Facebook iOS SDK?
And if not, which is the best workaround that will not require the user to log in again?
I'm talking about a web-view like solution?

phonegap facebook connect with 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?

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

Resources