facebook graph api - unreachable picture urls (403) returned by taggable_friends using Koala Rails Gem -
i using koala gem taggable_friends of logged in users of app.
when using taggable_friends via facebook api explorer picture urls of type:
which work fine.
however, when calling taggable_friends function via code (rails version 4 koala gem) same user , same facebook app, getting exact same ids , name data, profile pics getting type of url back:
these picture urls fail 403. strangely, 5% of profile pictures returned work, 95% return 403.
btw have tried both , without app secret security enabled app still these unreachable urls.
any appreciated
ok. figured out. our javascript function changing picture url downcase , links didn't work. fb picture urls case sensitive turns out.
Comments
Post a Comment