| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | yesterday | |
| stats | profile views | 1 |
|
May 17 |
answered | Chrome and Facebook app active content |
|
May 16 |
comment |
Chrome and Facebook app active content facebook.com/myFioreBoutique/app_507973222583457 here is an example |
|
May 16 |
asked | Chrome and Facebook app active content |
|
Apr 19 |
comment |
Php email with images not showing in Outllook and Android Gmail I wish I would not depend on images but some times those are the only way. I have tried on of the sites to preview my email and things are better than I thought :) |
|
Apr 19 |
comment |
Php email with images not showing in Outllook and Android Gmail The hyperlink is the easy solution. I was considering it anyway. |
|
Apr 18 |
asked | Php email with images not showing in Outllook and Android Gmail |
|
Feb 6 |
comment |
Get birthday & location from user error with facebook api and $age = $me['birthday']; is correct for birthdays in case someone else needs this.. thanks Lix |
|
Feb 6 |
comment |
Get birthday & location from user error with facebook api OK the answe is: $locationarray = $me['location']; $location = $locationarray['name']; |
|
Feb 6 |
awarded | Commentator |
|
Feb 6 |
comment |
Get birthday & location from user error with facebook api birthday is a date string in MM/DD/YYYY format, I have it as varchar, maybe that is the problem. Will try those.. |
|
Feb 6 |
comment |
Get birthday & location from user error with facebook api I noticed that location is an object containing name and id, so that is why array is posted. |
|
Feb 6 |
comment |
Get birthday & location from user error with facebook api I try the app with my account and have set birthday and location and also made them public. |
|
Feb 5 |
asked | Get birthday & location from user error with facebook api |
|
Jan 1 |
awarded | Scholar |
|
Jan 1 |
accepted | facebook sharer.php error chrome |
|
Jan 1 |
comment |
facebook sharer.php error chrome Yep, that works. Thanks keune |
|
Dec 31 |
asked | facebook sharer.php error chrome |
|
Dec 14 |
comment |
facebook app fails to open stream ---$accessToken = $facebook->getAccessToken();---$user_str=file_get_contents('graph.facebook.com/me?access_token='.$accessToken);--- $user=json_decode($user_str,true); looks like this works |
|
Dec 10 |
comment |
facebook app fails to open stream parse_str($response , $params); Am I not? |
|
Dec 10 |
comment |
facebook app fails to open stream @CBroe indeed that is what the debugger says, that I aint using the access token BUT I am following the FB code in documentation by word. |