permissions - Facebook user locale on "user_denied" facebook app page -


i want display correct user language on facebook app when user denies permissions. how can this? want achieve without using automatic translation process of facebook, need have own translation.

what talking here, app on website or canvas/page tab?

for latter, signed_request contains user.locale, if user has not authorized app yet.

for website app, there no data available if user hasn’t connected app yet (afaik). in case see client sends in accept-language http request header.


Comments

Popular posts from this blog

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -