prabirshrestha / FacebookSharp

Facebook Graph API for .Net
Other
30 stars 15 forks source link

Show post do stream dialog? #10

Closed BenBach closed 14 years ago

BenBach commented 14 years ago

Sorry for my bunch of questions.

How would you show a publish to stream dialog (like most facebook's apss are doing it) ?

Would you use the JavaScript SDK and call fb.ui ? (so that it's not necassery to use extended permissions)

I want to use something like the controls here http://developers.facebook.com/tools/console/

prabirshrestha commented 14 years ago

i havent used much of JavasScript SDK but anyways here are some sugestions.

some apps use FBML (Facebook markup langauge) its pertty easy to use. http://developers.facebook.com/docs/reference/fbml/

But here's a note from FB docs Note: We do not recommend FBML for new developers. If you aren't already using FBML, you should instead implement your application within an iframe, using the JavaScript SDK and social plugins for client-side integration with Facebook services.

theres no harm in asking questions. please feel free to ask.

prabirshrestha commented 14 years ago

closed