c# - Openid show images for providers -


while trying out tutorial

http://mvcrocksonasp.net/oauthwithmvc4 

followed instructions add facebook.png so

dictionary<string, object> facebookextradata = new dictionary<string, object>(); facebookextradata.add("icon", "../images/facebook.png"); 

but didn't work able images on browser ?

i didn't gone link in detail. check out following 2 links may useful looking for.

for how implement oauth in mvc. check related post in bottom of link.

http://blogs.msdn.com/b/webdev/archive/2012/08/15/oauth-openid-support-for-webforms-mvc-and-webpages.aspx

to customize provider images. http://blogs.msdn.com/b/webdev/archive/2012/08/24/customizing-the-login-ui-when-using-oauth-openid.aspx


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -