Jun 7, 2018 2:58 AM
Dear AngeClub members,
If you have unlocked my ebook "Ultimate Adsense Method Ebook" or got the video course from Udemy "Ultimate Autopilot Google Adsense Method - Free Traffic 2018" (Coupon: ANGEMON) , you may have been suffering from the new facebook update which caused us the Reach limit issue for our facebook apps that we are using to clear facebook caches (scraping).

I have tried several solutions , and most of them worked for 1 to 3 hours then stopped. So it wasn't easy to come up with the solution that I will be showing you next. I'm telling you this , because I want you too to learn how to search for solutions without depending on anyone , and you can achieve that by TRYING and TESTING. Also this solution may help you understand facebook scraping and how it works.
So let's start,
We will be creating a brand new linux command , that we will run on our VPSs.
So the first thing you need to do is rebooting your VPS to delete all the other previous commands (processes). To do that , simply open your VPS on PuTTy , then type reboot to delete all the previous commands (processes)

Now we will be using this new command [INDENT]while true; do sleep 21; curl -F id="http://YOURDOMAIN" -F scrape=true -F access_token='[COLOR=#222222][FONT=arial]NEVEREXPIRINGACCESSTOKEN' https://graph.facebook.com/v2.9/; done &[/COLOR][/FONT][/INDENT]
[FONT=Arial]
[/FONT]
[FONT=Arial]You need to type your website url on YOURDOMAIN , and also you need to add a your NEVER EXPIRING ACCESS TOKEN. And here is how you can do it.[/FONT]
You will have to create a new facebook page



Then you need to create a new facebook app here
https://developers.facebook.com/
It's preferred to name it just like the page you have just created.




Now you need to go here
https://developers.facebook.com/tools/explorer/
Select your app

then click Get Token - Get Page Access Token

Then approve the app to manage your pages


then select your page

and click submit

now go to Search field on the left and type access_token

then click submit again

you will get your page access token , copy it

now you need to go to
https://developers.facebook.com/tools/debug/accesstoken/
then select API version 2.9 , and paste your access token and click Debug

as you can see the access token will expire in one hour , click Extend Access Token , to get tokens that will be valid for two months


Now we need to extend to token to be valid forever, so copy those new access token

and also you need to copy your App-scoped User ID

then paste them here
https://graph.facebook.com/v2.9/YOUR-APP-SCOPED-USER-ID/accounts?access_token=TWOMONTHACCESSTOKEN
After changing YOUR-APP-SCOPED-USER-ID and TWOMONTHACCESSTOKEN on the previous url , you need to open it ONE time on your web browser and you will get something like this

After that your TWOMONTHACCESSTOKEN will be NEVEREXPIRINGACCESSTOKEN
You can verify that by pasting your access token here https://developers.facebook.com/tools/debug/accesstoken/ and click Debug

So now go back to the new command and paste your NEVEREXPIRINGACCESSTOKEN
[INDENT]while true; do sleep 21; curl -F id="http://YOURDOMAIN" -F scrape=true -F access_token='[COLOR=#222222][FONT=arial]NEVEREXPIRINGACCESSTOKEN' https://graph.facebook.com/v2.9/; done &[/FONT][/COLOR][/INDENT]
Then go to your VPS and run it.
One last thing , as you can see , we are running the command every 21 seconds , it's preferred to keep it like this , otherwise you can change it to 18 seconds if you want : [FONT=Arial]do sleep 18 , but please don't go under that.[/FONT]
[FONT=Arial]If you want to scrape the images faster , you can run multiple command for the same website.(for example: create 3 pages and 3 apps for the same website to get 3 access tokens to be able to create 3 commands)[/FONT]
[FONT=Arial]
[/FONT]
[FONT=Arial]I hope this guide was easy to understand. If you have any question , feel free to ask.[/FONT]
[FONT=Arial]Regards,[/FONT]
[FONT=Arial]Angemon[/FONT]
If you have unlocked my ebook "Ultimate Adsense Method Ebook" or got the video course from Udemy "Ultimate Autopilot Google Adsense Method - Free Traffic 2018" (Coupon: ANGEMON) , you may have been suffering from the new facebook update which caused us the Reach limit issue for our facebook apps that we are using to clear facebook caches (scraping).

I have tried several solutions , and most of them worked for 1 to 3 hours then stopped. So it wasn't easy to come up with the solution that I will be showing you next. I'm telling you this , because I want you too to learn how to search for solutions without depending on anyone , and you can achieve that by TRYING and TESTING. Also this solution may help you understand facebook scraping and how it works.
So let's start,
We will be creating a brand new linux command , that we will run on our VPSs.
So the first thing you need to do is rebooting your VPS to delete all the other previous commands (processes). To do that , simply open your VPS on PuTTy , then type reboot to delete all the previous commands (processes)

Now we will be using this new command [INDENT]while true; do sleep 21; curl -F id="http://YOURDOMAIN" -F scrape=true -F access_token='[COLOR=#222222][FONT=arial]NEVEREXPIRINGACCESSTOKEN' https://graph.facebook.com/v2.9/; done &[/COLOR][/FONT][/INDENT]
[FONT=Arial]
[/FONT]
[FONT=Arial]You need to type your website url on YOURDOMAIN , and also you need to add a your NEVER EXPIRING ACCESS TOKEN. And here is how you can do it.[/FONT]
You will have to create a new facebook page



Then you need to create a new facebook app here
https://developers.facebook.com/
It's preferred to name it just like the page you have just created.




Now you need to go here
https://developers.facebook.com/tools/explorer/
Select your app

then click Get Token - Get Page Access Token

Then approve the app to manage your pages


then select your page

and click submit

now go to Search field on the left and type access_token

then click submit again

you will get your page access token , copy it

now you need to go to
https://developers.facebook.com/tools/debug/accesstoken/
then select API version 2.9 , and paste your access token and click Debug

as you can see the access token will expire in one hour , click Extend Access Token , to get tokens that will be valid for two months


Now we need to extend to token to be valid forever, so copy those new access token

and also you need to copy your App-scoped User ID

then paste them here
https://graph.facebook.com/v2.9/YOUR-APP-SCOPED-USER-ID/accounts?access_token=TWOMONTHACCESSTOKEN
After changing YOUR-APP-SCOPED-USER-ID and TWOMONTHACCESSTOKEN on the previous url , you need to open it ONE time on your web browser and you will get something like this

After that your TWOMONTHACCESSTOKEN will be NEVEREXPIRINGACCESSTOKEN
You can verify that by pasting your access token here https://developers.facebook.com/tools/debug/accesstoken/ and click Debug

So now go back to the new command and paste your NEVEREXPIRINGACCESSTOKEN
[INDENT]while true; do sleep 21; curl -F id="http://YOURDOMAIN" -F scrape=true -F access_token='[COLOR=#222222][FONT=arial]NEVEREXPIRINGACCESSTOKEN' https://graph.facebook.com/v2.9/; done &[/FONT][/COLOR][/INDENT]
Then go to your VPS and run it.
One last thing , as you can see , we are running the command every 21 seconds , it's preferred to keep it like this , otherwise you can change it to 18 seconds if you want : [FONT=Arial]do sleep 18 , but please don't go under that.[/FONT]
[FONT=Arial]If you want to scrape the images faster , you can run multiple command for the same website.(for example: create 3 pages and 3 apps for the same website to get 3 access tokens to be able to create 3 commands)[/FONT]
[FONT=Arial]
[/FONT]
[FONT=Arial]I hope this guide was easy to understand. If you have any question , feel free to ask.[/FONT]
[FONT=Arial]Regards,[/FONT]
[FONT=Arial]Angemon[/FONT]