| bio | website | philippeharewood.com/… |
|---|---|---|
| location | Montreal, Canada | |
| age | 25 | |
| visits | member for | 3 years, 1 month |
| seen | 2 hours ago | |
| stats | profile views | 732 |
Philippe Harewood
Facebook App Developer
philippeharewood@gmail.com
These aren't the access_tokens you are looking for
|
May 11 |
comment |
How to get the facebook friends email address using api? Why would you vote to close this question as a duplicate of a closed question. @_@ |
|
May 8 |
answered | Can you make a user-based search with Facebook API? |
|
May 8 |
revised |
Gettting the right access token added 1 characters in body |
|
May 8 |
revised |
developer verification with phone number does not work edited tags |
|
May 8 |
comment |
FB like count jumped from 10 to 3.7M For what it's worth, Like Pollution is not a real sourced phenomena. The user who answered that question (security.stackexchange.com/questions/17574/…) made up the definition on the spot and submitted an article to wikipedia which was then deleted for obvious reasons. |
|
May 8 |
revised |
How to GET Recent Status Updates on Facebook Page Using Facebook Graph Search API? There is no much thing as Graph Search API so you have confused a few people |
|
May 8 |
comment |
Facebook Enhanced Auth Dialog - how to display? @wes I believe those fields are for your app detail page in the center. |
|
May 8 |
answered | Facebook Enhanced Auth Dialog - how to display? |
|
May 8 |
answered | Gettting the right access token |
|
May 7 |
answered | Facebook FQL. Table 'columns' contain wrong fields |
|
May 7 |
comment |
Fetching photos in which 2 or more people are tagged @MikeTimberlake All this means is $multi_result[0]['fql_result_set']; is actually friend data set and $multi_result[]['fql_result_set'];` is user data set. Easily verifiable by checking the name of the data set. $multi_result[0]['name']; |
|
May 6 |
answered | When exchanging a token on the Facebook API , does the old token expiry change? |
|
May 6 |
comment |
Ruby & Koala: Why is there a discrepancy between Graph results & Facebook “in app” results? Ideally they should return the same, though you really aren't matching call for call. koala is doing /me/photos?limit=1000 you are doing me/?fields=photos.limit(500).fields(source) |
|
May 6 |
answered | Ruby & Koala: Why is there a discrepancy between Graph results & Facebook “in app” results? |
|
May 6 |
comment |
Use url_id to find fan_page? I'm not even sure how you arrived at the first id. |
|
May 6 |
comment |
BUG - Place and with_tags not returned from stream FQL table when sharing a post I don't understand if it's a bug why aren't you filing it at developers.facebook.com/bugs. |
|
May 6 |
comment |
Fetching photos in which 2 or more people are tagged @MikeTimberlake could you pastebin 1) a snippet of each dataset in the multiquery response 2) your implementation of the logic. It would be rather strange if a query doesn't return what was requested, specifically subject=me |
|
May 6 |
reviewed | Approve suggested edit on FB redirect after ogin |
|
May 5 |
answered | public photo album suddenly requiring access_token |
|
May 5 |
comment |
Facebook graph api change and want a acess key now, how to write new URL yes that is correct. it will be graph.facebook.com/TrollFootballOfficial/photos?type=uploaded&limit=25&access_token=YOUR_ACCESS_TOKEN |