1

I am submitting an action with an object which has a few properties using Open Graph. One of the properties is a another test user's profile. Same code works fine for actual users but when it comes to the test users Open Graph will return :

... the given value 'http:\/\/www.facebook.com\/profile.php?id=100003943905026' 
for property 'profile1' could not be parsed as type 'profile'.","code":1611016

I assume that the app or open graph or facebook can not see the test user's profile.

The test user's profile is: http://www.facebook.com/profile.php?id=100003943905026

Which of course you can not see it but the test user and his friends can see the profile.

Any suggestion on how to send a test user's profile using open graph?

I assume there should be a key or special URL for that but so far I couldn't find anything.

Ja͢ck
  • 170,779
  • 38
  • 263
  • 309
Aboo
  • 2,314
  • 1
  • 18
  • 23

2 Answers2

1

There is a bug in Facebook, due to which Test Users can't publish Open Graph actions in Sandbox Mode.

Venu
  • 7,243
  • 4
  • 39
  • 54
  • actually my test users can publish actions. The only issue is that their profile address looks invalid for Open Graph. – Aboo Jun 04 '12 at 09:22
0

A bug is opened here : https://developers.facebook.com/bugs/100992683376664 Do not hesitate to mention you can reproduce

BOP
  • 1