Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
IntelliJ IDEA is a popular IDE by JetBrains. Originally created for Java, it currently supports a lot more languages, including: JavaScript, Grails, HTML, CSS, RSS, R, Haskell, PHP, Ruby, Python, Scala, Clojure.
2
votes
2answers
162 views
Can't run with Facebook SDK included
I am stuck when trying to run my app with the FacebookSDK for Android included into my project in IntelliJ IDEA.
With a basic Android boilerplate, everything builds and runs fine.
But as soon as I ...
0
votes
1answer
676 views
Session login sample cannot open facebook login page in browser on the phone
I am using Facebook android SDK 3.0 (quite new to it), and running the sample SessionLoginSample located in the sample directory of the downloaded SDK. The target is to test if the session login ...
2
votes
1answer
811 views
Seem doesn't get Facebook SDK resource when using Facebook Android SDK in IntelliJ IDEA 12
According to the article Add facebook SDK to IntelliJ Android project?, I choose to add the "facebook.jar" file as a Module in the "Dependencies" section in the project structure. The compile process ...
7
votes
2answers
3k views
Add facebook SDK to IntelliJ Android project?
How can I add the facebook sdk to my android project in IntelliJ? I'm familiar with how to add a library project to an existing project in Eclipse, but not in IntelliJ. Anyone know how?