0
votes

Hey people, I'm having a problem with the Facebook Blackberry SDK and how to use it in my project. I have a project made with the source files available on SourceForge and I referenced this project in the project I am developing, works just well for programming but when I want to deploy my app even on a simulator it will ask me to deploy the StrawBerry app that comes with it as well, even if I exclude it from the referenced project.

I tried making a jar file with the packages but i can't manage to use it on my project and am unable to preverify it i get jar file creation error -1. Has anyone done this? Or if anyone has used the SDK before how have you done it?

1
The thing is that it's a zip file not a JAR and i don't know how to include it inside my project, and i can't find any explanation on forums or even on the project site - 8vius

1 Answers

1
votes

In the end I decided that what I was trying to do was way to small to use the FB SDK, so what I did is create a browserfield2 on a screen that redirects to the Facebook website making calls to their GraphAPI for authentication and permissions.