You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no good reason to make api calls without explicitly defining what version of the graph api you are using.
Whenever we plan to do the next major release with breaking changes we should add a warning.
The first time FB.api is called (or another method that uses the version) and version is not specified, we should emit a console.warn warning that the graph api version needs to be specified.
The text was updated successfully, but these errors were encountered:
There is no good reason to make api calls without explicitly defining what version of the graph api you are using.
Whenever we plan to do the next major release with breaking changes we should add a warning.
The first time FB.api is called (or another method that uses the version) and version is not specified, we should emit a
console.warn
warning that the graph api version needs to be specified.The text was updated successfully, but these errors were encountered: