Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>The profile given is for an <em>external</em> website. They call it external profile. Pretty misleading terms.</p> <p><img src="https://i.stack.imgur.com/D8k9j.png" alt="Kicked a website"></p> <p>As you can see I used the following </p> <pre><code>curl -F 'access_token=TOKEN' \ -F 'profile=http://graph.facebook.com/zuck' \ 'https://graph.facebook.com/me/MYAPP:kick' </code></pre> <p>And it gave the above.</p> <p>I <em>guess</em> you can fill the external profile with meta info from the Facebook users and it will show alright (for example I can send the profile URL facebook.com/zuck instead), but it seems backwards, inefficient and not the intended usage. </p> <p>For example feeding it my link.</p> <pre><code>curl -F 'access_token=TOKEN' \ -F 'profile=http://facebook.com/username' \ 'https://graph.facebook.com/me/MYAPP:kick' </code></pre> <p><img src="https://i.stack.imgur.com/IkKso.png" alt="Kicked myself"> </p> <p>But the thing is ... I am not a musician.</p> <p>It does though seem to look alright in aggregation view.</p> <p><img src="https://i.stack.imgur.com/Tmtw7.png" alt="Aggregation"></p> <p>Which is interesting/weird since one of objects shown in this picture is a Facebook profile, so you would think they would give an example with Facebook profiles as objects.</p> <p><img src="https://i.stack.imgur.com/FJwtE.png" alt="Graph presentation"></p> <p>Though they did say</p> <blockquote> <p>We are now extending the Open Graph to include arbitrary actions and objects created by 3rd party apps and enabling these apps to integrate deeply into the Facebook experience</p> </blockquote> <p>Which most likely means they want you to create arbitrary objects <em>outside</em> of Facebook.</p> <p><strong>Can you still link to other users?</strong><br> Yes, but through tagging using <code>tags=FacebookID1,FacebookID2</code> but it will be in the form of</p> <blockquote> <p>phwd kicked a musician with Friend1 and Friend2 on [APP NAME]</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload