Home
Name Modified Size InfoDownloads / Week
in 2012-07-06
id 2012-06-29
ic 2011-10-04
is 2011-10-04
README 2011-10-04 1.3 kB
Totals: 5 Items   1.3 kB 0
izy integration suite

Today we release the izyservices php files and izyclient source code and jar file for test only.

You should put izyservices php files on LA(M)P server and php should have cURL library.

Thus you can use izyclient send url or resource ( now ONLY T*W&I$T~T@E%R ) to izyservices and get the content by server.

Before use izyclient, you should select sixteen unique ACSII chars as ELEVEN code for coding the data that will send to izyservices. The ELEVEN code is saved in ecf file by default. You can run izyclient like,
  java -jar ic.jar -0"ABCDEFGHhgfedcba"
Then you get an ecf file in work path. Now you can set all need option. You should set srv(izyservices is.php URL)/tck(Consumer key)/tcs(Consumer secret)/tat(Access token)/tas(Access token secret)/uat(Your application's name). Set these option you should run izyclient like,
  java -jar ic.jar -2"uat=test"
After you get yourself ecf file, put the acf file in work path. Now you can test your first status update,
  java -jar ic.jar -r"100102107" -p"status=Hello world!"
OK, that's so easy. ic.jar has two parameters -r -p. -r is url or resource code and -p can set resource parameters. If you want to look resource code in acf file, run izyclient like,
  java -jar ic.jar -v

Good luck. Open source code, open world. Better tomorrow.

Source: README, updated 2011-10-04