Sending friend request to another facebook user programmatically - from iphone sdk -


Is it possible to send friendly requests from the iPhone SDK to another Facebook user ?? For example:

In the application, user (A) can send a friend request to the user (B) Add as a friend to Facebook, reading profile information and writing / writing on the wall is quite normal, But the friendly request programmatic is somewhat different.

All I want to do with an iPhone app

Any good suggestions or ideas will be appreciated.

Unless you can get a list of pending friend requests (the user is clearly giving that permission Is), you can not issue friend requests with a program request. You will need to use the graph API for the past.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -