This implementation requires you to run the small app/library (*.exe / *.jar) to be executed.
You've to understand general concept of Command Prompt, nothing more than that. Quite easy, right?
Power Point
If you want to directly execute the Command, please follow the steps below:
If you're Windows user, then use the socnetsdk.exe, and If you're Linux user, then use the socnetsdk.jar.
We're going to publish a post WITHOUT :
-
*.acc file
-
*.post file
So, we have to use several parameters when executing a command. Take your attention carefully onwards.
Within Command Prompt we just execute:
> socnetsdk.exe –path=C:\mysocnet –account=your@home.com,kunci1234,facebook –post=cool
If you want to publish a post containing spaces, take a look from this command:
> socnetsdk.exe –path=C:\mysocnet –account=your@home.com,kunci1234,facebook –post="know how to do automation? Check our work at domain-bla-bla.com"
Simple & straight forward, right?
We're going to publish a post WITH :
-
*.acc file
-
*.post file
Put those 2 files under the same directory. Then, what about the parameters?? Great, let's try within Command Prompt we just execute:
> socnetsdk.exe –path=“C:\new location\mysocnet”
What if we don't want the Frame of clicking, etc to be shown...? Well, the answer is quite simple, just add 1 parameter we named it as visibility.
Here, take a look for the following command :
> socnetsdk.exe –path=“C:\new location\mysocnet” -visibility=gone
That's it!!