Results 1 to 2 of 2

Thread: Facebook Like Wall Posts - Database help

Threaded View

  1. #2
    Frenzied Member
    Join Date
    Jan 2006
    Posts
    1,875

    Re: Facebook Like Wall Posts - Database help

    edited:


    you can use
    Code:
    select WallComment, A.UserName  from wallpost W inner join Wall_Posts WP on W.WallPostID = WP.WallPostId INNER JOIN Account A ON A.AccountID = WP.AccountID WHERE W.AccountID = @AccountID(accountid of logged in user)
    Last edited by riteshjain1982; Feb 2nd, 2012 at 12:56 AM.
    __________________
    Rate the posts that helped you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width