Fairly new to Open Graph. I am able to post an action with (using the sample code from when I created the action on the dev app page):

curl -F 'access_token=xxx' \
-F 'chatter=http://samples.ogp.me/225477284175782' \
-F 'place=134676523236535' \
'https://graph.facebook.com/me/[my_app]:[my_action]'

Everything looks fine on my timeline.. But when I tried to add "friend tags" using this:

curl -F 'access_token=xxx' \
-F 'chatter=http://samples.ogp.me/225477284175782' \
-F 'place=134676523236535' \
-F 'tags=854450021' \
'https://graph.facebook.com/me/[my_app]:[my_action]'

I got this error:

{"error":{"type":"Exception","message":"One or more of your tags are not allowed."}}

What am I missing? does the user being tagged have to auth the app or something?

Please help! Thanks.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Yeah, until the open graph is live (with Timeline) users can't be tagged unless they are an admin of the app. I think you also have to be friends with them too.

link|improve this answer
Thanks for the quick response Paul. I just tried it by adding another admin to my app, and was able to tag her.. would it work if the person is a "tester" or "developer". can't wait for the open graph stuff to become live. :) – j_c Oct 20 '11 at 3:06
Yeah, any role should work. – Paul Tarjan Oct 20 '11 at 4:03
Hasn't it became live? Issue still persists. – ahmet alp balkan Jan 25 at 21:32
tags isn't allowed yet. They still need a bit more work on our end. – Paul Tarjan Jan 29 at 9:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.