Open kitsunde opened 11 years ago
The facebook crawler behaves like it's authenticated with the app. It's possible it behaves like a test user. We should be able to hit a view like the crawler in tests.
Something like:
with facebook_crawler(): self.client.get(..)
or
self.facebook_client.get(..)
The facebook crawler behaves like it's authenticated with the app. It's possible it behaves like a test user. We should be able to hit a view like the crawler in tests.
Something like:
or