Get Access Token programmatically in Unit Test Method
问题 First, I open Facebook Developers page, and I create new App. ( I get AppID, AppSecret values) I want create Unit Test method for do Post to the wall, and later delete the post. publish_stream, publish_actions Manually , I do this 3 steps Open url https://graph.facebook.com/oauth/authorize?client_id=xxxxx&redirect_uri=http://www.kiquenet.com/&scope=publish_stream,publish_actions Then, this url opened, and I get the code value : http://www.kiquenet.com/?code=A....3qhOw#= And then, open this