image - Facebook Graph Api publish photo to fan page album and tag author on it -


we french mobile agengy working on touchy facebook integration (graph api , mobile sdk). application (ios & android) consist in picture contest, winner 1 gets more likes on picture published on facebook fan page.

  1. each user connect via facebook connect.

  2. they can take picture phone , upload our server moderation.

  3. when picture validated our review team want following interactions facebook :

3-1. publish picture specific album of fan page (this part working well, doing validation facebook connected user, being admin of fan page , granting "manage_pages" fbapp of operation)

3-2. want "tag" author on photo - author being facebook user uploaded photo our server -, picture shows off on user timeline - not post referencing picture, because "likes" must on picture , not on share of it.

we stuck on 3-2 step, since not find way tag user on fan page picture using graph api (either user or page or app - access_tokens).

in more functional point of view, want post picture in facebook fan page album (via fbapp), , have picture integrated on both fan page , user (author) timelines without having repost picture (to prevent likes fragmentation between picture , shares).

hope explanations clear, (greatly) welcome. :)


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -