Facebook authentication in a new browser instance Asp.net MVC -


i have asp.net mvc 4 app have feature in app can post user's wall. working fine, url

https://www.facebook.com/dialog/oauth?client_id=xxxxx&redirect_uri=http://localhost:xxxxxx/&scope=publish_stream

redirects facebook page , authenticates ,post message , redirects app.

is possible open facebook authentication page in new browser instance , somehow close browser instance once message posted ?

thanks !

not sure if covers want achieve using facebook feed dialog, can set display parameter appropriate value (e.g. popup) , let user publish story timeline.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -