0

I am developing a PHP web application that uses Facebook API to login to my website. Now I am trying to use the Facebook comments plugin in my website. I am developing locally. I am using WAMP server. The url is localhost/www/fbcomments

I can successfully login by using localhost. But for comments, Facebook says the URL is unreachable. Any possible ways to implement Facebook comments plugin locally? Thanks

T. Zengerink
  • 4,189
  • 5
  • 29
  • 31
Abdul Rahman
  • 1,773
  • 1
  • 20
  • 20

1 Answers1

1

You need to provide facebook with your Internet IP Address and set up some information on your router to pass port 80 requests to your pc.

Daniel
  • 157
  • 2
  • 12