Active
Project:
Post It Everywhere
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2010 at 15:53 UTC
Updated:
8 May 2012 at 18:57 UTC
Jump to comment: Most recent
This sounds ideal. However, my frustration with these types of apps is they want to post to my wall, and I want to post to my business fan page I created. Is this a configurable option?
Comments
Comment #1
qasimzee commentedI am also waiting for this feature
Comment #2
qasimzee commentedComment #3
confiz commentedThis is in our priority list. Please wait for next release
Comment #4
adrianmak commentedsubscribe.
Keep an eye on this feature coming soon.
Comment #5
apmsooner commentedIs this feature available yet? I need this as well...
Comment #6
confiz commentedThe facebook popup shows this option but we still have to figure out how to implement this functionality.
Comment #7
strikehawkecomm commentedAny updates on this?
Comment #8
willhowlett commentedsubscribing
Comment #9
chowdah commentedI would like this as well, but need to post to a business page.
Comment #10
Delta Bridges commentedsubscribing
Comment #11
bcobin commentedsubscribing
Comment #12
webwriter commentedSubscribe
Comment #14
Roze-1 commentedsubscribing!
Comment #15
greta_drupal commentedsubscribing
Comment #16
strae commentedSubscribing
p.s: thanks for this great module!
Comment #17
focal55 commentedSubscribing
Comment #18
butler360 commentedSubscribing.
Comment #19
Anonymous (not verified) commented[wondering why we still need to comment in order to subscribe]
Comment #20
focal55 commentedFigured out how to hack the module to do this. Posting my findings here because I am a newbie at the process of adding patches. Hopefully someone else can contribute to this.
1. Postiteverywhere is using the Old REST API for facebook and not the new Graph API so we have to refer there for the right "method" calls.
2. Postiteverywhere calls the users.setStatus method to post to your facebook wall but if you want to post to a Page (fan page) with the Old Rest API you need to use the stream.publish method.
3. I think the module could be re-worked to only use the stream.publish function because its versatile enough to handle most publishing situations. However, I am not sure how the user interface would work to allow users to select whether they wanted publishing to Fan Pages or User Wall status's.
4. For my hack job I did the following:
6. Also, when you click the Gear Icon to add Facebook to your postiteverywhere destinations and you are presented with the Facebook Permission Dialog, you will need to select your Fan page from the drop down menu. This will give proper permissions for publishing to your facebook fan page.
Hope this helps.
Comment #21
confiz commentedfocal55,
Thanks a lot for such an elaborated reply. We will surely consider this feature in the next release as there are a lot of subscriptions :)
Comment #22
bryancasler commentedsubscribe +1
Comment #23
chowdah commentedThanks focal55, your solution works for me with the latest dev version!
Comment #25
pixelsweatshop commentedsubscribe
Comment #28
RachelRichardson commentedGreat post. test
Comment #29
toma commentedsubscribe
Comment #30
pixelsweatshop commentedAny status on this being rolled into a release yet?
Comment #31
Dracolyte commentedI have a shameful hack that I use with great success. I simply use Post It Everywhere to post to Twitter, then use the free app Smart Tweets to Pages (search for it in FB) to post the tweet to my FB page.
Please don't throw things at me. I will change it as soon as I or someone else has a real solution. (Focal55's way is definitely the way to go but mine will work if you're in a major hurry or not a programmer.)
Comment #32
wastrilith2k commentedI have a sample of this working if anyone would like it. It's a lot of hard coded values, but opening it up to configuration shouldn't be hard. The most difficult thing is getting the unlimited session ID for the FB account that created the FB app (which may not even be required now).
I also added image support, as my client wanted that. It's hard coded now, but in theory could be defined to post a separate image based on taxonomy or node as well as a standard image.
James
Comment #33
Marko B commentedIt's obvious that this is THE feat. people are looking for, this can be done with FB module for drupal, but that module is much to heavy for just this feat. and also needs a bit of custom coding. Hope dev. will listen to community needs.