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.

Eclipse is an open source IDE with plugins available to support a large variety of languages. This tag should only be used for questions about the Eclipse IDE and not for generalized programming topics.

learn more… | top users | synonyms

-2
votes
1answer
29 views

Facebook SDK gives too many errors after importing the samples

I have followed the tutorial in facebook.com concerning how to integrate facebook into android applications. I have downloaded facebooksdk and imported the projects to a clean workspace on Eclipse. ...
0
votes
1answer
54 views

My Eclipse IDE keeps crashing -

when i try exporting some of my projects i get this from the ADT Problem Report, some of it: im trying to make a facebook app, how do you combine projects Without the ads crashing. i need more ...
0
votes
0answers
28 views

Android application with Facebook API in eclipse keyhashes issue

Good Morning, I’ve a problem with the Facebook API on an application that I’m making. When I’m building the application from Eclipse to my smartphone (Wiko cink slim) the facebook’s connection works ...
0
votes
2answers
24 views

Eclipse Android SVN Project with other library

I have main project. This project uses two projects(facebook sdk and google play services). This two projects is library. How can I do that when you import the project all the libraries imported with ...
0
votes
3answers
50 views

Search Facebook api not working with email

Is there any way with Graph api of Facebook using which I can pass an email parameter and I can get at least Facebook profile page and Facebook Id of the user? E.g If i have an email xxx@gmail.com ...
0
votes
0answers
12 views

How to setup a xdebug session throught Eclipse in a facebook app?

Currently developping a "classic" in-facebook app. Here is my setup : Developping machine : Win7 using Eclipse PDT. Files are on remote server. Access on local lan 192.x.x.10 Server machine : ...
0
votes
1answer
143 views

R cannot be Resolved To a Variable only in one line

My friend created an android application using phonegap, jquery and facebook sdk in eclipse. I wanted to run the application in my computer. So I imported the whole project into eclipse. I downloaded ...
3
votes
4answers
2k views

Facebook SDK + SlidingMenu SDK = Jar mismatch! Fix your dependencies

So I have added the Facebook SDK and the SlidingMenu SDK into my Android project, however I am getting those nasty "Jar mismatch" errors. I have already removed the android-support-v4.jar file from ...
0
votes
2answers
115 views

Android Facebook SDK Can't Add Project

I have been following the tutorial found below and am having issues adding the Facebook SDK. https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/ It occurs when I get ...
1
vote
1answer
137 views

Facebook SDK/Android, Eclipse cannot find resource files

When trying to build project HelloFacebookSampleActivity in Eclipse, the layout/main.xml has error No resource identifier found for attribute 'confirm_logout' in package ...
0
votes
1answer
181 views

Android/Facebook: Obtaining hash key [duplicate]

Possible Duplicate: Facebook Android Generate Key Hash I'm trying to obtain a hash key for using facebook with my android application. I downloaded openssl and put it in java\jre7\bin Here ...
0
votes
1answer
689 views

Android/Facebook: Project is missing required library

I have imported the Facebook SDK downloading it there : https://github.com/facebook/facebook-android-sdk/commits/master and following the instructions there ...
0
votes
1answer
393 views

Facebook Android SDK 3.0 import from git fails

trying to import facebook for android 3.0 sdk, threw the folloing error: 01-11 15:37:15.394: E/AndroidRuntime(408): FATAL EXCEPTION: main 01-11 15:37:15.394: E/AndroidRuntime(408): ...
-3
votes
1answer
72 views

Add twitter and facebook in eclipse [closed]

how to add twitter and facebook in our eclipse project. I am doing an apps of video streaming. Thanks
1
vote
0answers
559 views

Facebook Keyhash issues

I have recently installed the facebook 3.0 sdk, all the applications run and all the classes link but they do not pull back any information from facebook. I have run the keytool command on cmd promt ...
0
votes
1answer
109 views

connect facebook to android eclipse

I´m making a project to Eclipse (Android) and I want to connect facebook with my app, for example, I need to receive all post of my facebook account in my app, but I don´t know how. Can you help me? ...
3
votes
1answer
3k views

Found 2 versions of .jar after installing the facebook api on eclipce. in my new app [closed]

Eclipse Console message : Found 2 versions of android-support-v4.jar in the dependency list but not all the versions are identical (check is based on SHA-1 only at this time). All versions of the ...
-1
votes
1answer
218 views

dual version of android support v4 lib facebook sdk eclipse android [closed]

I had dual version of android supoort v4 library in facebook lib folder and my android lib folder. I deleted the one from my android and pasted facebook one. Now all my files in android application ...
0
votes
1answer
170 views

linking facebook sdk to android project

After creating my android project in eclipse and importing facebook sdk, i go to properties of my android application select android and add facebook sdk and click on okay. then when i again go to ...
1
vote
1answer
269 views

Build path error in the attempt of implementing the Facebook Login

I'm trying to implement the Facebook login in my app using Eclipse, so I started off by going through the tutorials on Facebook Developers. However, I'm encountering an error in my build path, so any ...
0
votes
1answer
2k views

Android app is misconfigured for facebook login

I'm trying to integrate FB login for my android app and have already followed the steps in the previous questions so don't downvote please or try and duplicate,when the window pops up I get an error ...
0
votes
0answers
157 views

Adding reference to facebook sdk version 3.0 for Android in Eclipse

I have some trouble adding the FB SDK v3.0 to my existing Android App in Eclipse. I have been moving forwards and backwards in the documentation on this but it seems that something is missing or I`m ...
0
votes
0answers
98 views

Why Developers has not adopting proguard for their Android app [closed]

Developing an app requires a lot of effort with simple crazy reverse engg tools its that much easy to hack the source code of an app. Hear my doubt is in market all most of the popular apps why the ...
1
vote
0answers
204 views

Login using custom android activity no sdk dialog/webview

i surfed net a lot to find some clue but could not find one. i don't want to display fbdialog/web view to login facebook. instead i want username and password EditText controls and a button on an ...
0
votes
1answer
119 views

Post checkins on your facebook wall giving error

I m using this code. Actually I want to do is, On my wall I get a map checkins that I was here. private void getFb() { fb = new Facebook(Constants.facebookKey); String[] arrayOfString = ...
-1
votes
1answer
112 views

Post something on the wall of facebook [closed]

I want to post a message on facebook wall post. I am using this code. If i use .setType(image/jpeg) it attaches the image and works fine. However I can't get it work with message. Kindly tell me how ...
0
votes
3answers
159 views

Posting an image on facebook not working

I am trying to upload an image on facebook. Using this code private void getFb() { final SharedPreferences mPrefs = getSharedPreferences( "fbPref", ...
2
votes
3answers
3k views

R.java file not getting generated

I'm unable to the R.java problem in my half built Facebook app. I have selected the "Build automatically" option, I cleaned my project. I did all the recommended solutions to generate my R.java ...
1
vote
2answers
704 views

Android application failed to run

My issue is that I never be able to run my android application in Emulator or in a real device. I have eclipse Helios as Eclipse IDE for Java Developers Version: Helios Service Release 2 Build id: ...
0
votes
1answer
266 views

Facebook library not exporting to android .apk

I have an Android app that allows users to login via Facebook. Everything works well in the emulator, but when I export a signed .apk, and run from my phone, it appears that the Facebook SDK isn't ...
2
votes
2answers
571 views

Blackberry Facebook SDK throwing exception: NoClassDefFoundError

I've searched through all the topics related to my question but couldn't find a solution to it. I'm coding for a Blackberry app using the BlackBerry Java Plug-in for Eclipse v1.5.2 with JRE 7.1.0. I'm ...
0
votes
0answers
76 views

Android facebook integration and creating a facebook page dynamically

I have to do a mini project on Android integration with Facebook. The task is: In Btech we will study approximately 42 subjects. We have to write the details of each subject in a database(lecturer ...
0
votes
0answers
84 views

referencing the facebook sdk project in SSO application

Hi, I am referring this tutorial to create facebook single sign on tutorialhttps://developers.facebook.com/docs/mobile/android/build/ .I have setup the environment and when I have moved to step ...
4
votes
5answers
2k views

Could not find Facebook SDK.apk

Hey I know this was asked before, but none of the solutions seem to help. This is NOT a duplicate I have used the Facebook SDK before on an earlier project, now I started a new one and I get this ...
2
votes
1answer
535 views

Error when Building an Android Project that references Facebook

I'm running a build target in my Android project, and it fails with this in the console log: -setup: [echo] Creating output directories if needed... [echo] Gathering info for ...
1
vote
1answer
799 views

Build Errors (token_refresh.xml) for Android Hackbook in Eclipse

I followed Facebook's Android dev site to setup Facebook Android projects in Eclipse: https://developers.facebook.com/docs/guides/mobile/android_hackbook/ I used the "debug" target in build.xml to ...
2
votes
3answers
2k views

Android: Unable to include facebook sdk library project

I am working with Android API 17 on eclipse Indigo. I have cloned the faccebook sdk from github and done the facebook library project set up using the source project provided in the fb sdk. Now I'm ...
3
votes
4answers
3k views

java.lang.NoClassDefFoundError: com.facebook.android.Facebook

I keep getting the error java.lang.NoClassDefFoundError: com.facebook.android.Facebook when running my application. This occurs when calling: facebook = new Facebook(APP_ID); Addtional error ...
7
votes
3answers
10k views

The container 'Android Dependencies' references non existing library 'facebook-android-sdk\facebook\bin\com_facebook_android.jar'

I am trying to use the facebook sdk within my project, however keep receiving the following error: The container 'Android Dependencies' references non existing library ...
0
votes
1answer
267 views

FaceBook SDK Sample for Android

Today, I downloaded the Facebook SDK for Android and imported to the eclipse. When I tried the FB Sample app, it informed a error : Project 'FB Sample App' is missing required Java project: 'Facebook ...
1
vote
1answer
470 views

Issue starting to program for Facebook on PhoneGap (Eclipse)

so I'm working with PhoneGap on Eclipse and I'm having some issues "building the directory" to start programming. I'm following the steps from the original page but I don't understand some points (I'm ...
1
vote
1answer
1k views

php Eclipse console output

I'm trying to get php debug output to the console window in Eclipse but everything I have tried (echo, print) gets output to the web page. Any ideas? Thanks David.
2
votes
1answer
3k views

How to create a Facebook Application With java and eclipse [closed]

i am new to facebook api.please can anyone help me to as to how to create a simple app .The one which i have download from fb api are outdated.please guide. i have googled it .. but it got me no ...
2
votes
2answers
3k views

facebook key hash, android keystore confusion

keytool -exportcert -alias mykeystore -keystore mykeystore| openssl sha1 -binary | openssl base64 hello, I am using the above command to generate my facebook key hash. It asks for my password and ...
11
votes
4answers
6k views

difficulty in importing the facebook-android-sdk into eclipse

I try to follow the facebook-android tutorial from here: https://developers.facebook.com/docs/mobile/android/build/#sample I am working in windows 7. I have installed the Git and cloned the GitHub ...
2
votes
5answers
1k views

Facebook reference is unavailable for my project

I try to integrate my app with facebook, I already clone the facebook sdk. Once i create my project, and try to add reference to the facebook sdk through (project properties-->android-->add..), the ...
2
votes
3answers
331 views

Login activity problem

Im currently developing an application for android, the first screen of the application is the LoginActivity, it is authenticating with facebook and a facebook login dialog is shown on users request. ...
0
votes
3answers
1k views

Basic eclipse setup for android facebook development

I am stuck on step 3 of the facebook developers tutorial for setting up eclipse. Here is step three: Step-3: Add reference to the Facebook SDK Create a new Android project for your app or use your ...
1
vote
1answer
2k views

how to make a Facebook application in java using eclipse and jboss?

I am trying to develop a facebook application using java. Can anyone please help me out? I have used the code provided in ...
2
votes
1answer
557 views

“No BlackBerry JRE is installed” while creating new Blackberry project with Eclipse JDE Plugin 1.3 !

I downloaded Eclipse Helios "BlackBerry JDE PluginFull 1.3". I installed it, and installation process terminated successfully. But Whenever I try to create a new BB project, i got the following ...

1 2