Updated project structure, and created ant build file
This commit is contained in:
parent
09cce4d80a
commit
d1fbc1c50b
20 changed files with 125 additions and 62 deletions
|
|
@ -166,7 +166,7 @@ public class FacebookConnect {
|
|||
String[] attrib = value.split("\\.", 2);
|
||||
String signature = Base64Decoder.decodeToHex( attrib[0] );
|
||||
System.out.println( signature );
|
||||
attrib[1] = Base64Decoder.addPadding( attrib[1] );
|
||||
//attrib[1] = Base64Decoder.addPadding( attrib[1] );
|
||||
String data = Base64Decoder.decode( attrib[1] );
|
||||
DataNode map = JSONParser.read( data );
|
||||
System.out.println(map);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue