Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Design pattern to reduce coupling between components, by dynamically injecting into a software component dependencies that it needs to function.
10
votes
1answer
2k views
Injecting Facebook JS SDK into AngularJS Controllers
I'm trying to create a facebook service for Angular so I can more easily test code that needs to use the Facebook JS SDK and Graph API for stuff.
Here's what I have so far:
app.factory('facebook', ...