creating "login using facebook" in blackberry app - facebook

I have been researching a lot on implementing logging into my blackberry app using facebook login. I have downloaded the latest BlackBerry Facebook SDK from Sourceforge. I received two jar files and a "not at all useful" readme.pdf. Can somebody kindly tell me how do I use these jar files in my app? I am creating a game app for BlackBerry and I want to give the user, an option of logging in using his/her fb account. I went through that strawberry program classes but I could not find source helping me to login. I have implemented FB in android as well. and it works fine.
Briefing again
1) Help me out with Login using fb account for BlackBerry(using the jar files)
2) Any tutorial link or pdf giving a detailed explanation about using BB FB SDK.
FYI, I am using SDK version 0.8.25. Here is the link for list of different versions https://facebook-bb-sdk.svn.sourceforge.net/svnroot/facebook-bb-sdk/tags/
Thanks

Check ShowUserScreen class in the strawBerry App,there it will be go thr showuserAsync(),which will somehow invoke the browserfield,and after it will ask login option,and after enter the user and password,it will get thr Fb account,and you will get Information.

Related

Using PHP SDK 4 how to get a list of user's of your web app?

I'm disliking the facebook documentation of PHP SDK v4 (I've never used previous and starting out). I can't figure out how to get a list of user's of your web app. Can somebody help I'd really appreciate.
Facebook doesn't provide a way to retrieve users who have your application installed. This should be stored and tracked on your end when a new user installs the application.

Windows Azure iOS Authentication

Hi Anyone help me out in this issues it would be very appreciated , and it would be better myself , please review my task.
1) I started the iOS application in the useful platform windows azure.
2) After i successfully build the lets-started iOS Project with my own Table.
3) I added the code snippet for user authentication and using the facebook identify but what url i have to do in facebook developer page App Domains with out i use this filed im getting below error in simulator. EROOR : Given URL is not allowed by the application configuration.
Regards ,
Shiv Suthan M
Specific instructions for setting up Facebook auth including the URL and settings that should be used in the Facebook configuration page can be found here: http://azure.microsoft.com/en-us/documentation/articles/mobile-services-how-to-register-facebook-authentication/

Facebook integration in xcode 4.5 with ios6?

I need to integrate Facebook login page in my app.i.e I m providing user various login options like he can login with my website account or facebook account and continue the activities with in our app thats it.I dont want him to perform any other activities with facebook.He can just login.
So I have through some of the tutorials which say to drag and drop FBConnect and write some code.But when I drag and drop FBConnect Im getting errors when I complile project saying FBConnect/FBSession.h not found etc .
And sometimes Facebook tutorials say to use Appkey and AppSecret when using FBConnect.But sometimes they dont use, when importing FacebookSDK.framework
I couldnot understand how could I proceed further.
Should I use FBConnect ?Is AppKey neccessary?I just want to give option to user that he can login through Facebook also in my app
Please guide me in this aspect..
Yes even for giving user a option to login with facebook , you need to integrate the facebook sdk and the app id is required.
Since you are using xcode 4.5 then you have to use facebook sdk 3.1 not 3.0.(it will give errors).
See the developers.facebook.com, they have provided all the details you want.
http://developers.facebook.com/docs/reference/ios/3.1/
http://developers.facebook.com/ios/
First you need to set up environment for your app:-
http://developers.facebook.com/docs/getting-started/facebook-sdk-for-ios/3.1/
Then implement the login feature:-
http://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/authenticate/
I hope this might helps you.

Facebook Login with WebWorks

I have been trying for some days now to login to facebook via a webworks application, I undesrtand that the FB.login can't work beacuse of a popup, and the oauth login has to go through a web server, I am currently trying to implement this plugin
https://github.com/rsweny/ChildBrowser-plugin-for-BlackBerry
but the readme file isn't really clear about how to implement, I understand that you need an ext directory in the app folder but not sure if I need to add something to the config.xml file or to any other.
Please help!
Thanks,
Jose.
I created some examples of how to integrate your app with Facebook, Twitter, and foursquare via OAuth. They're targeted for BlackBerry 10, but should work on earlier versions as well.
Note: I'll be updating them (for BlackBerry 10) to make use of the new ChildBrowser API.
OAuth Samples are available on GitHub # https://github.com/ctetreault/BB10-WebWorks-Samples

Twitter+linkedin Issue in IPhone?

I have an application with facebook,twitter and linkedin integrating to it.But when i am using twitter and linkedin it is causing some problem.I found some results in stack saying
remove the library files of linkedin sdk and add the source files of it with oAuth files from twiiter sdk then it works ok for linkedin
then I integrate all twitter code then project run ok without error but for twitter login interface it shows "PAGE NOT FOUND"
But then Notice that I have given the same key and secret to both linkedin and twitter after changing them it solved
But can u please suggest how to do this.it is so confusing.thats why i am going for a clear picture.Any help will be greatly appreciated?
Instead of integrating Facebook & Twiter into you application seperately, you can use ShareKit. It supports:
Delicious
Email
Facebook
Google Reader
Instapaper
Pinboard
Read It Later
Tumblr
Twitter
Get the code from GitHub.
I have no idea about LinkedIn.