Search for links to an entity in multiple/different languages

We have modified the Graph API to allow users looking up links to an entry (linkedFrom field) in multiple locales.

With this change you can for example fetch pages that link to a specific category in multiple relevant locales, mainting the locale of your user while presenting fields content. Previously only the current selected locale was searched in. This is still the default behavior and can be overriden by the allowedLocales argument.

The Developer docs have been updated to reflect this change.