TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

FB Connect fails due to syntax error.

1 pointsby sunils34over 13 years ago

1 comment

sunils34over 13 years ago
For those of you who use FB Connect, check to make sure your apps work.<p>There was a suggestion to define the addMonths method for the Date Object as a temporary work around.<p>//before loading the api. Date.prototype.addMonths = function(n) {this.setMonth(this.getMonth()+n);return this;}.