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.

A Service is an application component representing either an application's desire to perform a longer-running operation while not interacting with the user or to supply functionality for other applications to use.

learn more… | top users | synonyms

1
vote
1answer
55 views

How can I publish to Facebook from an Android Service?

I want to do a service that publish on Facebook at a determinated time. The problem is that I only know how to publish using the UILifeCycleHelper, and that class needs an Android Activity, not an ...
0
votes
1answer
39 views

Downloading one application when user tries to download other application [closed]

How to install facebook messenger when the user tries to install my application. For example when user download facebook application on android it even downlaods facebook messenger. How can i achieve ...
0
votes
1answer
160 views

Upload image without using asynctask

I am building an application using facebook to upload photos to the user's wall. I have done that using asynctask of android which run in background. But, I don't want to use asynctask just like ...