Lars Hjelpegutt
Lars Hjelpegutt

Reputation: 107

Displaying Facebook popups with .net Facebook SDK

Anyone know how to do this? I would like to programatically (sp?) open a box asking my users to type in what to publish, but I want it to look like Facebook's own boxes.

Cheers!

Upvotes: 1

Views: 344

Answers (1)

jocull
jocull

Reputation: 21155

I don't believe the .NET sdk will do this for you. You will have to write or steal some JavaScript from elsewhere to handle the popups, and then control them and then control publishing from your back end.

Upvotes: 1

Related Questions