huuanh1987 / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

com.emobus API not found #340

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
import static com.emobus.stuff.LoggerConstants.facebookUserId;
import static com.emobus.stuff.LoggerConstants.ipAddress;

cannot found these APIs..
can any1 tell me where i have to found this jar file.. please suggest me..
thnx in advanc...

please send me the solution on pawangarg06@gmail.com

Original issue reported on code.google.com by pawangar...@gmail.com on 23 Nov 2010 at 6:29

GoogleCodeExporter commented 8 years ago
I am having the same problem. Where are them.

Original comment by ricardo....@gmail.com on 22 Jan 2011 at 11:39

GoogleCodeExporter commented 8 years ago
i also having the same.

Original comment by dlp.adm...@gmail.com on 3 Feb 2011 at 6:49

GoogleCodeExporter commented 8 years ago
me too..

Original comment by vssiv...@gmail.com on 19 Mar 2011 at 10:01

GoogleCodeExporter commented 8 years ago
The two imports:

import static com.emobus.stuff.LoggerConstants.facebookUserId;
import static com.emobus.stuff.LoggerConstants.ipAddress;

define only the string constants facebookUserId and facebookUserId.

I substituted them with:

        private String facebookUserId = "id";
        private String ipAddress = "ip";

Original comment by vssiv...@gmail.com on 19 Mar 2011 at 10:51

GoogleCodeExporter commented 8 years ago
i also have same prob

Original comment by murtaza...@gmail.com on 14 Jun 2011 at 11:14

GoogleCodeExporter commented 8 years ago
bt yet its not working

Original comment by gansub...@gmail.com on 3 Nov 2011 at 10:57