How to make app post on users wall?

EatGreedyTx

Junior Member
Joined
Dec 19, 2010
Messages
108
Reaction score
11
I just created my first app, took me a couple of hours.

I been trying to get it to post on facebook walls but I can't find the script to do it right.

I found one that only posts a message but I want one that posts a picture and all that.

I been looking all over google and havnt found anything.

So this is the last place I thout to look.

I can get somewhat decent FB traffic so hit me up if you have any apps and need traffic to them.


Thanks
 
anybody???
I'll pay money for this
 
You need to tap into the publish.stream permission of the Facebook Graph API. If you're not a capable coder, you can drop me a message and we can work something else, but yeah, essentially you can request permissions from the user by using Facebook's OAuth protocol, one of those permissions being publish.stream.
 
what language are you using? php?


yeah I'm using php, is there any other language that I can use?



You need to tap into the publish.stream permission of the Facebook Graph API. If you're not a capable coder, you can drop me a message and we can work something else, but yeah, essentially you can request permissions from the user by using Facebook's OAuth protocol, one of those permissions being publish.stream.

Thanks :) just PMd you back
 
Back
Top