Hi,
when m going to login want to get facebook information.
webConfig
<add WrapperName="FacebookWrapper" ConsumerKey="1433820403512323" ConsumerSecret="2e5a951f5f5009d8c34363d6e7b958" AdditionalScopes="user_photos,read_stream,publish_stream"/>
</Providers>
<Allow Files="popupdemo.aspx|GetToken.aspx|ManualLogin.aspx|Protocols.aspx" />
<IconFolder Path="~/images/SocialAuthIcons/" />
<Authentication Enabled="true" LoginUrl="customerlogin.aspx" DefaultUrl="customerlogin.aspx" />--if m adding two or more pages having problem in Url,
if m run project directly home page want to call but customerLoginPage il be called..
give me any exmaple or soure code pl?
Thanks..
Go to the complete details ...