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.

This tag is about operating system processes. A process is an instance of a computer program being executed. Many operating systems let multiple processes run concurrently. The operating system takes care of isolating processes one from another in order to provide data integrity and also provides ...

learn more… | top users | synonyms

1
vote
1answer
31 views

Start app on login

I'm trying to write a facebook app that WOULD (I don't even know if its possible yet) start running after the user login process. I mean, the user wouldn't have to access the app page to execute what ...