sscarpa / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Exemple file : filter_var level #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the bundled exemple for G+ API

What is the expected output? What do you see instead?
Expected extract from my own activities should start with : "grâce à la 
pub[...]"
Current result : "grce à la pub[...]"

What version of the product are you using? On what operating system?
Experienced with different environnements :
- debian + php5.3.6-6
- mac os X + php5.3.6

Please provide any additional information below.
filter_var flag level does not allow display of special chars. Here is a patch 
for this.

Original issue reported on code.google.com by x.cour...@gmail.com on 8 Oct 2011 at 3:44

GoogleCodeExporter commented 8 years ago
This patch should be related/solve issue #30

Original comment by x.cour...@gmail.com on 8 Oct 2011 at 3:47

GoogleCodeExporter commented 8 years ago
Here is the correct patch ...

Original comment by x.cour...@gmail.com on 8 Oct 2011 at 4:11

Attachments:

GoogleCodeExporter commented 8 years ago
The example application is playing safe, and using the strictest filter level, 
along with a comment pointing them to other filter levels.

Since the developer is using the example application as a seed, they can 
customize it to fit their needs.

Does that make sense?

Original comment by chirags@google.com on 11 Oct 2011 at 6:43

GoogleCodeExporter commented 8 years ago
I guess you should expect from a demo file to work fine without any need to 
configure more than api key,secret, etc... Basic configuration in fact

Original comment by x.cour...@gmail.com on 12 Oct 2011 at 11:59

GoogleCodeExporter commented 8 years ago

Original comment by chirags@google.com on 1 Aug 2012 at 4:34