08-22-2011 07:03 AM
Dear all,
Just would like to give you a heads up that the next release of the SDK is available here as per usual. This minor release resolves the success login page not being redirected properly due to Facebook's recent change in their OAuth protocol.
From now onwards the source files will not be packaged as a downloadable but they are accessible directly from the SVN repo as per usual.
As always, enjoy!
Cheers.
EB
08-22-2011 07:39 AM
Thanks.
Sorry to ask, and I know this is being really really lazy, and I should know better, but can you point me at anything that will help me get the source. I know nothing about SVN.
08-22-2011 07:43 AM
Lazy is what a good programmer does (think of those IDEs and design patterns)
. You can browse the source files in the SVN Browse section here.
Cheers.
EB
08-22-2011 08:39 AM - edited 08-22-2011 11:34 AM
Thanks.
I downloaded the tarball, but it appears to be the old source.
I have taken the source and reworked it to fit my application so I am really looking for what has changed and will rework that into my code. It appears only facebook.java has been changed. Am I correct?
Cheers
08-22-2011 09:12 AM
If you download the tarball from the trunk it should contain the latest source files as per attached.
Cheers.
EB
08-22-2011 09:47 AM - edited 08-22-2011 09:48 AM
Guys,
SDK doesn't work properly since last week for my 6.0 device. Could anyone confirm?
Thanks,
Eugen
08-22-2011 10:17 AM
Already reported I think, and fixed with this release:
08-22-2011 10:32 AM
Peter,
This is another issue.
Our app is authentificationg first time and asking user permissions. After all steps I see Facebook page with error instead to be returned to app. This is for 6 OS browser.
And for some old 5 OS devices user can't leave login page at all.
Thanks,
Eugen
08-22-2011 11:05 AM - edited 08-22-2011 11:11 AM
Hi all..
I have downloaded and using Facebook BlackBerry SDK 0.8.25.
Its working fine with WIFI. But I have disabled the wifi and tested only with data plan SIM, I'm recieving Transport Descriptor error in Browser Field.
Any one have the solution?
Thanks,
RazeBond
08-22-2011 11:11 AM
Pass your connection factory to BrowserField if you have non-default options for BIS-B/WAP/DirectTCP. This requires some modifications for FacebookSDK but you can easly find it in BrowserScreen.
Thanks,
Eugen