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 a long-running executable that performs specific functions and which is designed not to require user intervention.
0
votes
0answers
53 views
Retrieve facebook data in backend service
I'm currently working on an app (iOS 6) where the user will be signing in using their facebook account.
In regards to this I have a few questions:
a) Since the app asks the user for permission to ...
1
vote
0answers
51 views
Using Android Facebook SDK 3.0 Within Android Service
I am looking for an example of how to use the new Facebook SDK 3.0 methods to request a graph path and have the JSON results returned within a Service. The examples that I have found so far are for ...
0
votes
1answer
494 views
Using facebook android sdk from service
My application has functionality that send some content on server and (need) post it on facebook. It uses service for sending (for store data I'm use sqlite). Is it possible to handle facebook ...
0
votes
2answers
365 views
Windows Service Facebook C# SDK Architecture
We have what we believe should not be an uncommon scenario but cannot find any guidance.
We have one account which has multiple pages one for each of our brands. We need a Windows Service which runs ...
2
votes
1answer
426 views
symfony 2 - Facebook Bundle - FacebookProvider - How to use a service and Entity Manager in FacebookProvider ?
Everything is in the title, i use the FacebookBundle :
http://knpbundles.com/FriendsOfSymfony/FOSFacebookBundle
The log in with facebook work correctly and i want to use some services and ...
0
votes
1answer
171 views
Consolidate multiple news/social streams into one (FB, Twitter, Flickr, RSS)
i am looking for a service to consolidate multiple streams from the web into one easy to use rss feed or something similar. i need at least support for facebook and twitter. ideally also for flickr, ...
0
votes
1answer
303 views
Retrieving Facebook Wall posts and storing in Database using .Net 2.0
I have searched this question but didn't get / or understood the answer I was seeking.
I have to use .Net 2.0 as our System cant get upgraded. I was thinking of using Facebook Api on the github but ...
0
votes
1answer
41 views
Facebook Page / App Perfomance Reporting [closed]
i am looking for a solution to this problem:
we regularly have to report to our clients about the facebook apps and pages we are running for them and it is very tedious to always pull the insights ...
1
vote
1answer
62 views
User reputations using Facebook's Like or similar service?
I have a custom comment system in website, and want to integrate user reputations into it.
Any way to have something similar to Facebook's Like button, but that would also display user reputations ...
5
votes
1answer
3k views
How can I post to a facebook wall from a c# web service?
I've tried a bunch of things and can't figure out how to post content to a facebook wall from a web service. Does anyone know if it's even possible? It seems like the only way to post content is to ...