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 console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command line interface of some operating systems (Unix, DOS, etc.) or the text-based interface included with most Graphical User Interface (GUI) operating systems, such as ...
-1
votes
2answers
133 views
facebook Insights api - Need code/step to authenticate with out user intervention
Need Facebook Insights API - Sample code / steps to retrieve the authentication token for an automated windows console application in C#.
We have an automated windows console application ...
0
votes
1answer
135 views
Console Application with facebook c# sdk to extract metrics of a facebook page
I am writing a console application which runs every midnight and pulls all the insights of my Facebook page.I am using Facebook C# SDK to connect with Facebook.
My problem is in order to get data from ...
-1
votes
1answer
187 views
Facebook, C# and Console Application
I am able to connect to facebook using the C# SDK via my console application but the Facebook Access Key expires every couple of hours and I have to be logged in to my facebook account for it to work ...
0
votes
0answers
203 views
C# Console App and Facebook Open Graph API
I am attempting to log into my own Facebook Account so that I have elevated privileges, obtain a OAuth2 token for my account, and then access the data my account has permissions for. I have no ...