Need Facebook auto share and auto comment JAVASCRIPT

ItsHere

Junior Member
Joined
Dec 11, 2011
Messages
129
Reaction score
19
As in title, does anyone has working script which automatically share and comment things I want?

That will be really helpful :)
 
Last edited:
There are at least two threads with exactly what you want posted within the last week or so. Use the search here and you can find what you need.
 
Tips:
1. Use PHP + cURL to get latest postid from group.
2. Insert postid to database and post comment to that post.
3. Run cronjob to check new post then compare last postid, which commented and current latest postid). If same, return. If different, post new comment, insert new latest postid to database.
 
do you have? where it can automatically comment whenever a facebook group post something new?
Tips:
1. Use PHP + cURL to get latest postid from group.
2. Insert postid to database and post comment to that post.
3. Run cronjob to check new post then compare last postid, which commented and current latest postid). If same, return. If different, post new comment, insert new latest postid to database.

Guys, this thread is 4 years old. I don't think the OP is still working on this.
 
And I can write a script for this. If your interested but you’d need to know how to set up runtime environment to run the scripts. I’ve got a few scripts for a few social platforms. To automate such task.

but am not giving it away for cheap. As I use these scripts for my MLM business.
 
Back
Top