Facebook->api photo upload + tags

Xakaa

Newbie
Joined
May 18, 2011
Messages
9
Reaction score
0
Hello all,

I need photo upload + tags people script, if someone have this !

I have tested this :

Code:
        function get_rand_friends($friend){
            foreach($friend['data'] as $uid_user){
                
                $data0 = array('tag_uid' => $uid_user['id'],'x' => rand() % 100,'y' => rand() % 100);
                $datatags[] = json_encode($data0);
            }
            return $datatags;
        }

       $args = array(
            'message' => $text,
            'image'   => ,
            'tags'    => $datatags
        );    

       $data = $facebook->api('/me/photos', 'post', $args);

Can you please help me ?

Sorry for my bad english !
 
Last edited:
Here are some old apps I have. This one is like the "Most Wanted Friends" app:

http://www.mediafire.com/?1cao8186axb2ov7

And here is the old iphoto app:

http://www.mediafire.com/?979pt24swpatcru

Maybe you can use some of the coding, but tagging apps are very short lived if not done perfectly, and even then you will probably still have problems keeping it alive.

[TABLE="width: 100%"]
[TR]
[TD]SHA256:[/TD]
[TD]b2f295dcdad6a68e4b9b53a2dd216ec15c0f290677e77ff8d10debe096cd9f52[/TD]
[/TR]
[TR]
[TD]File name:[/TD]
[TD]delta2.zip[/TD]
[/TR]
[TR]
[TD]Detection ratio:[/TD]
[TD="class: text-green"]0 / 42[/TD]
[/TR]
[/TABLE]

[TABLE="width: 100%"]
[TR]
[TD]SHA256:[/TD]
[TD]f9e02b091ccde4579d66df1fe8b95afa02318180be0512114f7faf8a3befab26[/TD]
[/TR]
[TR]
[TD]File name:[/TD]
[TD]Photo tagg 628.zip[/TD]
[/TR]
[TR]
[TD]Detection ratio:[/TD]
[TD="class: text-green"]0 / 42[/TD]
[/TR]
[/TABLE]
 
Last edited:
Thank you for this source code, but its not what i search for.
 
Back
Top