I want to allow users to invite friends to a facebook app through the Facebook c# sdk. I'm not keen on using the popups or any flakey meta language. is there a way to do this without resorting to popups?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
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.
|
|
|
The best way to do this is via Requests 2.0. That is what FB recommends. There is a blog post about it on Facebook Developers here: http://developers.facebook.com/blog/post/464/ It's actually quite simple:
Behind the scenes, FB has made it a bit trickier to track the requests, but with the C# SDK it's just a graph call. |
|||
|
|
|
Using c# Facebook SDK on codeplex (facebooksdk.codeplex.com), you can send invitations to your friends by the following codes:
Best of Luck! |
|||||
|
|
invite facebook friend from your application or website,use this small lines of code and send invitation to all facebook friends to visit your website.i also used this script its working nicely. your domain must be ssl certified because facebook not allowing unsecured domains.
|
|||
|
|