02-25-2013 01:37 AM
Hi, i want to develope an app for blackberry 6, that can connect with facebook. I tried to use oauth but it didn't work. Please, someone can give and example or another solution!!!!
I really need it
02-25-2013 09:58 AM
Hello,
I wrote a sample app that shows you how to connect with Facebook via OAuth. While this sample is geared towards BlackBerry 10, the lessons in it will apply to previous OS's as well.
https://github.com/ctetreault/BB10-WebWorks-Sample
This should get you started off in the right direction. If you get stuck, please provide as much detail as possible so we can help troubleshoot.
02-25-2013 12:22 PM
Hi chadtatro, thanks for sharing your app.
A have a question, your sample opens a pop-up window right?
a pop-up window works on a BB device??
02-25-2013 12:24 PM
Yes it does. I'm not sure how that will translate exactly to BB6 but hopefully I did a good job showing you the "flow" of the application.