We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When testing the example applicaiton, just modified the api_key, and after login, and trying to allow access, I get the following on the console:
06-23 17:23:06.784: DEBUG/WebCore(754): Console: ReferenceError: Can't find variable: UIPermissions line: 17 source: http://www.facebook.com/connect/prompt_permissions.php?api_key=xxxxxxxxxxxxxxxxxxxxxxxxx&cancel=https%3A%2F%2Fgraph.facebook.com%2Foauth%2Fauthorize_cancel%3Fdisplay%3Dtouch%26scope%3Dpublish_stream%252Cread_stream%252Coffline_access%26redirect_uri%3Dfbconnect%253A%252F%252Fsuccess%26type%3Duser_agent%26client_id%3D2394981955e3de535ea52d974eb29f31&canvas=0&display=touch&ext_perm=publish_stream%2Cread_stream%2Coffline_access&extern=3&fbconnect=1&locale=es_LA&next=https%3A%2F%2Fgraph.facebook.com%2Foauth%2Fauthorize_success%3Fdisplay%3Dtouch%26scope%3Dpublish_stream%252Cread_stream%252Coffline_access%26redirect_uri%3Dfbconnect%253A%252F%252Fsuccess%26type%3Duser_agent%26client_id%3D2394981955e3de535ea52d974eb29f31&offline_access=1&legacy_return=1&required=1&return_session=1&source=login&v=1
(I removed my api_key by xxxxxxxxxx)
The text was updated successfully, but these errors were encountered:
this happens when using the OLD permissions on Facebook. When switching to new Permissions, the issue is solved.
Sorry, something went wrong.
Merge pull request facebook#42 from SotoiGhost/fbaudiencenetworkios-4…
3b2ed6a
….25.0 [ios][audiencenetwork] Updated to version 4.25.0
No branches or pull requests
When testing the example applicaiton, just modified the api_key, and after login, and trying to allow access, I get the following on the console:
06-23 17:23:06.784: DEBUG/WebCore(754): Console: ReferenceError: Can't find variable: UIPermissions line: 17 source: http://www.facebook.com/connect/prompt_permissions.php?api_key=xxxxxxxxxxxxxxxxxxxxxxxxx&cancel=https%3A%2F%2Fgraph.facebook.com%2Foauth%2Fauthorize_cancel%3Fdisplay%3Dtouch%26scope%3Dpublish_stream%252Cread_stream%252Coffline_access%26redirect_uri%3Dfbconnect%253A%252F%252Fsuccess%26type%3Duser_agent%26client_id%3D2394981955e3de535ea52d974eb29f31&canvas=0&display=touch&ext_perm=publish_stream%2Cread_stream%2Coffline_access&extern=3&fbconnect=1&locale=es_LA&next=https%3A%2F%2Fgraph.facebook.com%2Foauth%2Fauthorize_success%3Fdisplay%3Dtouch%26scope%3Dpublish_stream%252Cread_stream%252Coffline_access%26redirect_uri%3Dfbconnect%253A%252F%252Fsuccess%26type%3Duser_agent%26client_id%3D2394981955e3de535ea52d974eb29f31&offline_access=1&legacy_return=1&required=1&return_session=1&source=login&v=1
(I removed my api_key by xxxxxxxxxx)
The text was updated successfully, but these errors were encountered: