Schedule and post comments to FaceBook wall using ASP.Net

Discussion in 'Programming' started by i_am_dhaval, Sep 12, 2012.

  1. #1
    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 ?
     
    i_am_dhaval, Sep 12, 2012 IP
  2. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #2
    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_am_dhaval, Sep 21, 2012 IP
  3. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #3
    i_am_dhaval, Sep 21, 2012 IP
  4. Kousha

    Kousha Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #4
    It's more complex thank a few sentences, you should check facebook api documention.
     
    Kousha, Sep 21, 2012 IP
  5. WeddiGo

    WeddiGo Greenhorn

    Messages:
    40
    Likes Received:
    2
    Best Answers:
    2
    Trophy Points:
    18
    #5
    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...
     
    WeddiGo, Sep 22, 2012 IP