0

Can somebody show me a working code example of facebook registration plugin in asp.net? I need to fetch the data from the url.

I dont want to use any 3rd party dll's and toolkit. Isn't there a simpler way of doing this..? really frustrated now.I simply want to get data from the registration plugin.

There are tons of question over here without any answer...please don't redirect me to some other pages. If you know the answer please post it here..

I am using the iframe example as shown on the developers.facebook.com website.

I need an asp.net c# sample.

Thanks.

Community
  • 1
  • 1
iloveajax
  • 1
  • 2

2 Answers2

0

Why dont you check out http://developers.facebook.com/docs/guides/web. They hav given step by step as to how to have a registration plugin.

Nikita Rybak
  • 67,365
  • 22
  • 157
  • 181
enthusiastic
  • 1,702
  • 4
  • 19
  • 31
  • 1) Your link is incorrect..2)I have read these docs but couldnt find a way to parse the signed request to get the JSON string...3) I would request everybody to please write an answer here rather than sending me to different pages... There is not a single answer on stackoverflow showing how to solve this issue.. every question seems to be filled with answers pointing the user to different links.. – iloveajax Mar 01 '11 at 17:34
0

Here is some c# code to decode the signed_request.

How to decode OAuth 2.0 for Canvas signed_request in C#?

If the code works for you, can you send me a pull request and I'll put it in my example set?

https://github.com/ptarjan/signed-request

Community
  • 1
  • 1
Paul Tarjan
  • 48,968
  • 59
  • 172
  • 213