Reputation: 229
i'm trying to develop a basic application in eclipce (android) with facebook SDK and I get this error msg ! when I go over the word (in red) with mouse over it says : "@Deprecated Constructor for Facebook object."
anyone know what I am doing wrong? Thank you guys
Upvotes: 1
Views: 93
Reputation: 6714
Facebook object is deprecated in new Facebook SDK.
Please use Facebook SDK 3.0 or above, all the Facebook SDKs below 3.0 are depreciated.
Here is a nice tutorial for Facebook 3.0 SDK integration : http://www.kpbird.com/2013/03/android-login-using-facebook-sdk-30.html
Upvotes: 1