Thuzi / facebook-node-sdk

Modeled from the (Facebook Javascript SDK), now with the facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK).
Other
736 stars 250 forks source link

Roadmap 1.0 #106

Closed dantman closed 8 years ago

dantman commented 8 years ago

I've taken over maintenance of the fb module on npm. After I see if I can get GitHub to transfer issues to the new repo I'll publish 0.7.1-0.7.3 to npm.

This module has existed for some time and I think it's time for a 1.0.0 release. These are the items I have on the roadmap currently.

If there are any other good candidates, please post.

dantman commented 8 years ago

I have released a 1.0.0-beta1 beta release of fb to npm.

It can be installed using either npm install fb@next or npm install fb@^1.0.0-beta1.

If possible I'd like people to try it out and comment on how it went.

Joker666 commented 8 years ago

Has any api changed in your fb@next ? If it has, then is it fully documented? Should I be reporting issues to your new repo?

dantman commented 8 years ago

Yes, there have been some changes. Theoretically all non-breaking but you should tweak code anyways.

Among other things the new version the new version supports declaring what version of the FB API to use. Since users of fb are no longer stuck on the oldest version of the FB API their app has access to, it would be best to update code to work with the latest version (v2.4) of Facebook's API.

The whole API should be documented in the README, including some things that exist in 0.7.3 but weren't documented in the old README.

And yes, new issues would be best reported to the new repo. I cannot label, add milestones for, or close fixed issues in this repo.

dantman commented 8 years ago

1.0.1 has been published to npm