Forum C# Server side usage of Facebook API?

Server side usage of Facebook API?

Postby QiX » September 14th, 2010, 9:49 pm

Hi,

to be honest I haven't even tried it yet, but figured it would be better to ask and save my self the time of testing.
I know we're able to use Facebook's API from the flash client side, but is it possible to do it from the Server side?
for example, I want to broadcast a Facebook notification to all the users once an event takes place.
QiX
QiX
 
Posts: 34
Joined: July 22nd, 2010, 4:41 pm

Re: Server side usage of Facebook API?

Postby Oliver » September 16th, 2010, 1:14 pm

You can call the graph api with the Web class serverside, but there is no prebuilt integration for it, so you'll have to construct the urls and parse the response manually...

- Oliver
User avatar
Oliver
.IO
 
Posts: 1159
Joined: January 12th, 2010, 8:29 am


Return to C#