-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Facebook]Promisify APIs #1518
Comments
I take it, @ouadie-lahdioui, if you don't mind. |
@ouadie-lahdioui I've made the necessary changes. Should I also create the related specs? What's the agreement when it comes to testing? |
You need to make a new PR to the project. |
Done 👍 #1520 All the following methods have been promisified:
|
Hi @ouadie-lahdioui, I'm looking at the docs, and thinking about updating them with my recent changes. But I can't figure out where I should make these changes. Probably there is another repo? Can you please point out where I can document the promise version of the edited methods? Thanks |
Awesome! Her's the new documentation repository. |
Thanks @ouadie-lahdioui. I just created an Issue there to ask guidance on how better document both ways: callback and promise. |
Great work, gentlemen. I'll review asap. |
Closes #1518: Allow Promises when on Facebook API calls
Hello 👋
Some Facebook APIs need to be Promisified in order to to support Promises in addition to callbacks.
Her's the list of APIs that not yet promisified
And her's those already promisified :
Good luck!
The text was updated successfully, but these errors were encountered: