-
as seen on Developper.com
- Search for 'Developper.com'
Comme vous l'avez probablement remarqué, les réseaux sociaux explosent de partout, Developpez.com et toutes ses rubriques se doivent donc, comme toujours auparavant, de suivre l'évolution en s'ouvrant à ces réseaux sociaux. Vous pouvez donc désormais suivre l'actualité de la rubrique sur Facebook…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hey
i am trying to build facebook iframe application using the Facebook Developer Toolkit 3.01
asp.net c#.
i am working by the ifrmae sample of the toolkit
can be download here.
www.facebooktoolkit.codeplex.com/releases/view/39727
this is my facebook application that is the same as the iframe sample…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've started a little project about marketing research over social networks. Basically we need to gather information from public profiles and conduct some statistical analysis over this data. I want to know if the Facebook API lets you query information from the public profiles without them having…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How is this done? Is it even possible?
All the function calls seem correct, but the result is always false:
NSString *event = @"{\"name\":\"A party\",\"start_time\":\"1215929160\",\"end_time\":\"1215929160\",\"location\":\"Somewhere\"}";
NSDictionary *params = [NSDictionary dictionaryWithObject:event…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Been trying to update to the new FB php sdk v4 for pulling events into my website, but having trouble finding how to do it.
I want to pull public event information from a FB "page" using their fan page ID number. For example, a venue that has multiple events.
What are the minimal classes I need…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Question:
I did setup bind9 as described here:
http://ubuntuforums.org/showthread.php?p=12149576#post12149576
Now I have a little problem with apparmor: If I switch it off, it works.
If apparmor runs, it doesn't work, and I get the following dmesg output:
[ 23.809767] type=1400 audit(1344097913…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
nm-applet seems to have disappeared from my system. I am running 12.10. Here's what I get when I check my package manager logs:
? ~ grep network-manager /var/log/dpkg.log
2012-10-06 10:37:08 upgrade network-manager-gnome:amd64 0.9.6.2-0ubuntu5 0.9.6.2-0ubuntu6
2012-10-06 10:37:08…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an APP that calls Facebook status.get method via the REST server - restserver.php using session key method. This app works fine for most of the users, but for one user I consistently receive HTTP 500 status code. Since this doesn't have any specific Facebook error message, it is almost impossible…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Here is the XML
How using E4X read values of nodes
<status>??</status>
and of node
<invisible value="false"/> ?
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm not sure if there is a way to do this in Velocity or not:
I have a User POJO which a property named Status, which looks like an enum (but it is not, since I am stuck on Java 1.4), the definition looks something like this:
public class User {
// default status to User
private Status…
>>> More