Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

According to the documentation, title-less objects can be created by leaving the field "og:title" empty. When I publish an activity with a title-less object the activity is created and I receive an activity id but the activity is not shown on Facebook. When I type the URL of the activity (i.e. http://www.facebook.com/USER_ID/activity/ACTIVITY_ID) Facebook says "The page you requested was not found.".

If I update the object and set a title all the activities appears and work fine. If I update the object and empty the title, the activities disappear again.

Is someone successfully using titleless objects ? Has anyone solved this problem ?

Note : I also opened a bug at Facebook.

share|improve this question
Does the activity instance ID you get back from the API when you POST the action work when you try to retrieve the details via the API? – Igy Nov 29 '12 at 20:10
No I got a blank screen. And when I update the object and set a title everything works fine. – Ale Nov 30 '12 at 6:03

1 Answer

up vote 0 down vote accepted

Facebook said titleless objects are not supported anymore: http://developers.facebook.com/bugs/128913220599051

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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