Taging pictures from facebook API : I think some Array 'Key' Or Json Encode Is the cause

允我心安 提交于 2019-12-02 11:30:31

The problem is x,y coordinate where you want to add tags.

x and y should be as a percentage offset from the left ( for x ) / top ( for y ) edge of the picture i.e.

x and y should be in between 0 - 100.

Facebook Documentation

You can use rand() function

x = rand ( 0, 100 );
y = rand ( 0, 100 );

May be this will help you out. :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!