facebook - How to add (with user_id) friend request for c# sdk -



facebook - How to add (with user_id) friend request for c# sdk -

my codes :

facebookclient appp = new facebookclient(accesstoken); dynamic parameters = new expandoobject(); dynamic success = appp.post("pageid&photoid/likes", parameters );

i can like, codes pages or photos.

how can add together friend using code? how edit?

this > dynamic success = appp.post("user_id/friend_add", parameters );

example please :(

you can´t add together friends using facebook api.

c# facebook api sdk

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -