Facebook auth token and asp.net mvc -


we have asp.net mvc site needs authenticate facebook post photos user account. fine far.

facebook redirect mvc site. again fine.

the url facebook replies include access_token prefixed # char , mvc strips , token url controller , action nothing useful.

this using user agent type of authentication. if use standard auth works fine doesnt give enough access rights.

anyone got clues ??

thanks

there's no way read hash part of url (everything follows # sign) on server side because part never sent server. way access on client side, might need read using javascript , send server again using example ajax or setting value of hidden field part of form submit server.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -