I have a Facebook Autoshare script, but it needs simple update!

BackY

Senior Member
Joined
Dec 28, 2012
Messages
1,176
Reaction score
275
Hey guys,

Some guy here from BHW made a script for me 2 years ago, but it doesn't work anymore, and I can't even find the guy anymore lol, don't even remember his username. He promissed free lifetime updates on it, and I guess my script needs a small touch to be able to work again.

The script is coded in PHP, and it needs a hosting (with Cron Jobs) to work. It could share images or links every X minutes. You only had to fill a folder with images, and it would run until every picture was shared (it would delete the shared image so it doesn't get shared twice).

If someone would be kind to give me a hand, I'll send the script for free, I believe it's a win win for both the coder who'll update it, and for me.

(Please, only serious experienced programmers only!)

Thank you!
 
bububububbubumperinhooooo
 
Hey guys,

Some guy here from BHW made a script for me 2 years ago, but it doesn't work anymore, and I can't even find the guy anymore lol, don't even remember his username. He promissed free lifetime updates on it, and I guess my script needs a small touch to be able to work again.

The script is coded in PHP, and it needs a hosting (with Cron Jobs) to work. It could share images or links every X minutes. You only had to fill a folder with images, and it would run until every picture was shared (it would delete the shared image so it doesn't get shared twice).

If someone would be kind to give me a hand, I'll send the script for free, I believe it's a win win for both the coder who'll update it, and for me.

(Please, only serious experienced programmers only!)

Thank you!

Autoshare? You mean script that posts to the user timeline?
 
Autoshare? You mean script that posts to the user timeline?

A script that shares to your fanpage (or profile, but havent tried that for myself).

All u have to do is fill a folder with pictures and it would constantly share pictures, or make a text file, and it will share one line per time and remove it.
 
Facebook API has drastically changed over the past 2 years..
Is it using https requests or javascript sdk?
 
I believe sdk. Not sure, ill you my skype and we'll find out.
 
Check my thread about viral posts. Its quite old but it should give you an idea about remodeling your code. If you have full API access to the Fanpage then this will work easily. My viral webapp used something called a Post Scheduler which is a FB app feature (few years ago). I believe this is what you are looking for...
 
Would u mind giving me the link please, cant seem to find it?
Also i PMed u.
 
Did you get it working? I am a PHP coder, could have a look at it if you want?
 
Not rlly, i only posted here, not on coder forums. I'll pm it for you now, but i have hard time finding it now lol.. let me search
 
Not rlly, i only posted here, not on coder forums. I'll pm it for you now, but i have hard time finding it now lol.. let me search
I havent had a chance to look at the code yet as i am currently working on my own script to do this. Ill post it here when i have it coded
 
Great, how long do u think it could potentialy take, i guess a lot of ppl are rlly in need for this.
 
Hi everyone,

I'm happy to provide the code that currently runs six of my facebook pages. The code may be a little messy but it does the trick. Currently it gets the image from imgur and posts it onto facebook but can be easily changed to take from wherever your posts are located. Code is run in python 2.7, happy to run for people for $.

Trent

Cool, can you provide us with a short walkthrough on how to configure it pls?
 
Cool, can you provide us with a short walkthrough on how to configure it pls?

hey BackY,

I can run you through a basic configuration but if you don't have basic knowledge of python it might be difficult.
First configure where you are getting your files from. Delete all after items in Def Imgur if you just have a folder of your pictures.
Def PhotoCheck just makes sure that the photos are over 500width and 500 height and Facebook Uploader adds to Facebook. You'll need to add your tokens to Facebook Auth and adjust Tokens for how many pages you operate. The code is relatively simple. Let me know if you have any questions.

Trent
 
hey BackY,

I can run you through a basic configuration but if you don't have basic knowledge of python it might be difficult.
First configure where you are getting your files from. Delete all after items in Def Imgur if you just have a folder of your pictures.
Def PhotoCheck just makes sure that the photos are over 500width and 500 height and Facebook Uploader adds to Facebook. You'll need to add your tokens to Facebook Auth and adjust Tokens for how many pages you operate. The code is relatively simple. Let me know if you have any questions.

Trent

how do you configure where your getting your files from? in the log file?
 
I configured it but i keep getting error to upload when uploading.
 
I configured it but i keep getting error to upload when uploading.
Hey RSX,
It might be worth me jumping on skype to help you. Pm me your timezone and skype name and I'll give you a call..
 
Back
Top