I'm creating an app using Facebook API in cascades BB 10. I have done the login part in C++ using qnetwork manager. I was able to post to my wall using HTTP post with graph API. I want to post to my friends wall. After searching, I found that it is not possible using graph API but only with feed dialog. As I'm not using any SDK, is there any other option for posting to friends wall?
Asked
Active
Viewed 514 times
0

DrYap
- 6,525
- 2
- 31
- 54

Thayumaanavan CR
- 15
- 5
-
1No there is no other option. – phwd Aug 13 '13 at 14:11
1 Answers
0
No. But some other options (since your req could be batch post) you may like, such as:
You can post feed/photo on the user's wall and tag the friend/s in that post using mention tagging
or place
parameter
Read more about tagging on the developers site here: Tagging

Sahil Mittal
- 20,697
- 12
- 65
- 90
-
I want to say "Happy Birthday" to friends.so tagging will not be appropriate.I have seen apps like EasilyDo which even schedule birthday post and post it at a particular time.any idea how it is done? I'm new to facebook api.what about opengraph? – Thayumaanavan CR Aug 14 '13 at 03:25
-
-
As I mentioned in the answer, this app has also used the `mention tagging`. The post is not published on the friend's wall, instead it is published on the user's wall with the friend tagged – Sahil Mittal Aug 14 '13 at 06:14
-
oh.I'm new to facebook api itself.can you give me some links on how to use mention tagging in opengraph – Thayumaanavan CR Aug 14 '13 at 06:23