running Facebook API in Codeigniter on localhost? |
[eluser]cereal[/eluser]
Facebook API needs to send the reply to a link in your server. In order to do this in a local machine you need to use a service as dyndns.com or just use your IP address (if this is static). So you could create something like this: http://you.ip:8080/script In your router open port 8080 (for example) and point it to your computer. This way incoming connections to that port will be redirected to your server. I hope it's simple & clear, my English is bad.. |
Messages In This Thread |
running Facebook API in Codeigniter on localhost? - by El Forum - 11-03-2010, 04:27 AM
running Facebook API in Codeigniter on localhost? - by El Forum - 11-03-2010, 08:39 AM
running Facebook API in Codeigniter on localhost? - by El Forum - 11-04-2010, 12:36 PM
|