You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created an alternative Facebook bridge, that uses Facebook's internal JS for generating the rss feed.
Using this method, it seems that there is less captchas.
There are two modes of operation : using a page name, just like the other bridge, and by using the page ID.
The page ID method seems to be captcha-free (tested using tor, never had a captcha), but requires you to know the ID of the page you want to access.
The parsing and the transformation of the page are not as good as in the other bridge, but that's still a WIP.
If some people could test it, and tell me if they have any captcha/bugs, that would be great 😄
The bridge can be found here
The text was updated successfully, but these errors were encountered:
Sorry but, as soon i add this , the overview of the available bridges stops without a error before your plugin loads. Testes with PHP 5.4 and 7.0. I created a new file F2BBridge.php in the bridge dir and added F2B to the whitelist.txt
EDIT: Debug mode was off. Duhhhh :
Fatal error: Uncaught exception 'ReflectionException' with message 'Class F2BBridge does not exist' in /var/www/vhosts/brevis-design.de/httpdocs/Brevis3.4/fb/lib/Bridge.php:16 Stack trace: #0 /var/www/vhosts/brevis-design.de/httpdocs/Brevis3.4/fb/lib/Bridge.php(16): ReflectionClass->__construct('F2BBridge') #1 /var/www/vhosts/brevis-design.de/httpdocs/Brevis3.4/fb/lib/Bridge.php(43): Bridge::isInstantiable('F2BBridge') #2 /var/www/vhosts/brevis-design.de/httpdocs/Brevis3.4/fb/lib/HTMLUtils.php(5): Bridge::create('F2B') #3 /var/www/vhosts/brevis-design.de/httpdocs/Brevis3.4/fb/index.php(196): HTMLUtils::displayBridgeCard('F2B', Array, false) #4 {main} thrown in /var/www/vhosts/brevis-design.de/httpdocs/Brevis3.4/fb/lib/Bridge.php on line 16
I have created an alternative Facebook bridge, that uses Facebook's internal JS for generating the rss feed.
Using this method, it seems that there is less captchas.
There are two modes of operation : using a page name, just like the other bridge, and by using the page ID.
The page ID method seems to be captcha-free (tested using tor, never had a captcha), but requires you to know the ID of the page you want to access.
The parsing and the transformation of the page are not as good as in the other bridge, but that's still a WIP.
If some people could test it, and tell me if they have any captcha/bugs, that would be great 😄
The bridge can be found here
The text was updated successfully, but these errors were encountered: