Hi i want to envelope application like hootsuite . com Schedule and post comments to FaceBook wall using ASP.Net main question : once user login in my system then he need to add facebook user name and password once then how can i store that FB username and password because they need to Schedule and post comments to FaceBook wall so every time user will not login can any once guide step by step ?
ok i am getting some sucess there is once question i need to use " access token " but the question is how can i generate every time new token ? is access token for generate for every user or its same for all user? what things i need to store in database ?
i m reffering this url http://www.aspsnippets.com/Articles...-FaceBook-Wall-using-Graph-API-in-ASPNet.aspx In that can u tell me the meaning of "publish_actions" in below protected void Authorize(object sender, EventArgs e) { FaceBookConnect.Authorize("publish_actions", Request.Url.AbsoluteUri); } if i want to pass the scope (permission) for offline_access, than from where i can do this? Plz reply SOME ONE
I agree with Kousha, it took me a couple of days to implement the facebook login on my www.weddigo.com...One important thing to realise is that Facebook wil NOT return you the user's password (and it shouldn't) otherwise you would be able to access their Facebook account without their permission, so I think your concept will not work, you can't post on other peoples' facebook if they are not currently logged in...