How do I import the library found
here, or one like it, into a java project? For those who will not/currently cannot download or decompile, I don't know what it is worth, but these are the first several lines
Code:
package net.sf.jfacebookiml;
import java.util.Hashtable;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import org.apache.log4j.Logger;
import org.json.JSONException;
import org.json.JSONObject;
I think only the package is important, but I included everything just in case.
Obviously, I am not claiming that as my own library; I want to be able to do it with my own libraries, but more pressingly I need to be able to do it with that.