Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing the alternate Facebook bridge #273

Closed
teromene opened this issue Jun 21, 2016 · 1 comment
Closed

Testing the alternate Facebook bridge #273

teromene opened this issue Jun 21, 2016 · 1 comment
Labels
Code-Refactoring Code refactoring question Indicates that an issue or pull request needs more information

Comments

@teromene
Copy link
Member

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

@mitsukarenai mitsukarenai added Code-Refactoring Code refactoring question Indicates that an issue or pull request needs more information labels Aug 1, 2016
@Mangaclub
Copy link

Mangaclub commented Aug 24, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code-Refactoring Code refactoring question Indicates that an issue or pull request needs more information
Projects
None yet
Development

No branches or pull requests

3 participants