FriendsOfSymfony / FOSFacebookBundle

NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle
322 stars 140 forks source link

Remove bundle dependencies to use with Silex #238

Closed GromNaN closed 11 years ago

GromNaN commented 11 years ago

The Security and SessionPersistance classes can be used outside of the fullstack framework.

Example: https://github.com/GromNaN/FacebookServiceProvider

diegoholiveira commented 11 years ago

without the dependencies all the tests will fail. how can we solve this problem?

GromNaN commented 11 years ago

@diegoholiveira Updated .travis config to install dev deps.

It had to create a new PR #239