Stéphane Bruckert

less info
1,799 reputation
1519
bio website stephanebruckert.com
location Caen, France
age 22
visits member for 10 months
seen 4 hours ago
stats profile views 1,422

2d
reviewed No Action Needed Javascript Alert on mobile devices based orientation
2d
reviewed Reviewed Using Google maps to control bicycle
May
19
comment Getting a High Resolution picture from Facebook API
@AmitP The FQL equivalent is select images from photo where object_id = PHOTO_ID. Just get the first picture in the image array. @fvisticot You'll always get the biggest size. If there is no big picture available, it means that the photo has not been uploaded as high definition.
May
6
comment How to get Jenkins to show skipped tests using email-ext?
The doc says: ${TEST_COUNTS, var} displays the number of tests. var Defaults to "total". total the number of all tests. pass the number of passed tests. fail the number of failed tests. skip the number of skipped tests.
May
5
answered Getting weird error talking about constraints in xcode
May
4
awarded  Deputy
Apr
27
reviewed No Action Needed how do I add a final variable to class diagram
Apr
27
reviewed Reviewed how to use subproject for main project settings
Apr
26
reviewed Reviewed Can I search folders with php?
Apr
23
revised Getting friends' facebook check-ins into a place
indentation
Apr
23
suggested suggested edit on Getting friends' facebook check-ins into a place
Apr
23
reviewed Reviewed Using jquery to detect url then apply css
Apr
22
reviewed No Action Needed PHP AWS SDK throwing unknown error
Apr
22
reviewed No Action Needed Check if a url is a mercurial repository (like git ls-remote)
Apr
21
revised Separating Rows in Database Table Using PHP
not necessary to specify that this is a school project
Apr
21
suggested suggested edit on Separating Rows in Database Table Using PHP
Apr
13
comment Foursquare API call results in incorrect data
It works fine with me. What is the exact answer that you get?
Apr
2
comment Facebook publish stream graph api
You can't post to friend feed through Graph API anymore. See Posting to friends' wall with Graph API via 'feed' connection failing since Feb 6th 2013.
Apr
2
comment Why is this loop through facebook posts not working?
You need an access token to access page posts. Make sure you've followed each step of this How to get started tutorial.
Apr
1
comment Input type file accept not showing PPS files
I've updated my answer, can you check?