We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phosphorum: client id / secret id

Phosphorum is running on my local system. Log In with Github doens't work. In the read.me it says to set a client id and secret id in config.php. Where do I get those Id's?

@SampleZone you need to create an application on github - https://developer.github.com/v3/oauth/

Brilliant, that helped a lot, thank you! Log In with Github is now properly called. After that it returns to my local forum, which shows a white page. Apache logs tells me: Class 'HttpRequest' not found in /var/data/www/virtual/192.168.1.10/htdocs/phalcon/forum/app/library/Github/OAuth.php on line 53

Might there be a missing php extension?