I know that using Graph API we can no longer post on a friends wall. Has anyone else found a way around it? I have my current application setup with access tokens and what not - but because Facebook graph API can no longer post to a friends wall using the friends profile ID, I am kinda lost on how to fix this. Is there a way around it? using Python?
Asked
Active
Viewed 217 times
1 Answers
0
Use the Feed Dialog instead. See here for the reasons why.

Robert Harvey
- 178,213
- 47
- 333
- 501
-
Can you maybe provide me a sample/psuedo code to implement this with python? – CarbonD1225 Jan 28 '14 at 20:53