Skip to content

Latest commit

 

History

History

readme.md

SocNet SDK v3 Tutorial for Non Developers

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?

Comprehensive Tutorials.

Power Point

  1. English.

  2. Bahasa.

PDF

  1. English.

  2. Bahasa.

Quick Tutorials.

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.

- 1st Simulation

We're going to publish a post WITHOUT :

  1. *.acc file

  2. *.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?

- 2nd Simulation

We're going to publish a post WITH :

  1. *.acc file

  2. *.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”

- 3rd Simulation

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!!