Forums

  • Home
  •  » API
  •  » Stream.publish suddenly stopped working?

#1 2009-07-16 20:59:18

BabblerForAndroid
New Member
Registered: 2009-07-10
Posts: 8
Website

Stream.publish suddenly stopped working?

Does anyone have issues with Stream.publish ?
I have all the needed permissions, whitelisting, etc., it used to work in my application and suddenly I started getting feedback from users about not being able to post anything.

I checked and stream.publish returns an Incorrect signature error, while for example stream.addComment works for the same app and data.

Did anything change for stream.publish or is it broken as of now ? Just as a test I downloaded the Facebook for Adobe AIR application and I'm unable to make a post from there as well.


Check out my Facebook Android application!

Offline

 

#2 2009-07-16 23:31:07

BabblerForAndroid
New Member
Registered: 2009-07-10
Posts: 8
Website

Re: Stream.publish suddenly stopped working?

Just found that when I try to post using Stream.publish to someone's wall, by specifying "target_id", I get this error:
200: Posts to a page cannot also include a target_id...

I haven't changed anything in my app to induce this behavior and it used to work...


Check out my Facebook Android application!

Offline

 

#3 2009-07-17 00:52:14

erwanl
Member
Registered: 2009-04-01
Posts: 2

Re: Stream.publish suddenly stopped working?

I'm getting the bug too, I have a "Session key invalid or no longer valid" (code 102) while any other call still works (so the session key IS valid). It looks like Facebook introduced a bug, hopefully they will fix it quickly.

Offline

 

#4 2009-07-17 00:53:53

llopis
Member
Registered: 2009-05-22
Posts: 11

Re: Stream.publish suddenly stopped working?

Same here. What gives? It's clearly a FB Connect problem. I'm really tired of stuff changing for under us an making our apps seem buggy (first the new user IDs that break Facebook's own iPhone code, and now this). Sigh.

Did anybody find a workaround? Is Facebook scrambling to fix this? Are they even aware it's a problem?

Offline

 

#5 2009-07-17 01:14:04

frb
Member
Registered: 2009-03-16
Posts: 7
Website

Re: Stream.publish suddenly stopped working?

erwanl wrote:

I'm getting the bug too, I have a "Session key invalid or no longer valid" (code 102) while any other call still works (so the session key IS valid). It looks like Facebook introduced a bug, hopefully they will fix it quickly.

Yep exactly the same for my app - nothing has changed and im getting the Session key invalid or no longer valid after calling stream_publish

Facebook dev team have broken something. Sigh. the last few months had been great - no changes - no bugs developing overnight!

Offline

 

#6 2009-07-17 01:22:01

frb
Member
Registered: 2009-03-16
Posts: 7
Website

Re: Stream.publish suddenly stopped working?

I have opened a bug : http://bugs.developers.facebook.com/sho … gi?id=6010

please add your comments to the above link so that the devs fix it asap!

Ta

Offline

 

#7 2009-07-17 02:38:34

BabblerForAndroid
New Member
Registered: 2009-07-10
Posts: 8
Website

Re: Stream.publish suddenly stopped working?

Thanks for opening the bug report. Let's hope Facebook fixes it really soon, it renders my application almost useless...


Check out my Facebook Android application!

Offline

 

#8 2009-07-17 09:53:40

drbigfresh
Member
Registered: 2007-11-18
Posts: 68

Re: Stream.publish suddenly stopped working?

Same for me. Just stopped working. Anyone have any update? Facebook, any chance you can fix? We're getting a ton of complaints.

Offline

 

#9 2009-07-17 09:56:07

llopis
Member
Registered: 2009-05-22
Posts: 11

Re: Stream.publish suddenly stopped working?

I'm going to be the harbringer of doom and say that this is not a "bug". Given how explicit the error message is, I suspect that Facebook decided that they didn't want apps publishing to other people's stream.

I really, really, hope I'm wrong. And of course, even if they did pull something like that, the least they could have done was to notify us, preferably in advance.

Offline

 

#10 2009-07-17 10:01:36

drbigfresh
Member
Registered: 2007-11-18
Posts: 68

Re: Stream.publish suddenly stopped working?

well, if they don't want apps publishing to people's stream then I would imagine that they would just remove Stream.publish  all together, as it would seem to server no other purpose. Regardless, they need to get it fixed or let us know what's going on--knowing after the fact  causes a TON of issues and support issues.

Offline

 

#11 2009-07-17 10:27:44

honcheng
Member
Registered: 2009-03-23
Posts: 27

Re: Stream.publish suddenly stopped working?

same here....

publishing to user's profile and I get
"Session key invalid or no longer valid"

publishing to a page and I get an error about target_id

app been working fine for a long time..

Offline

 

#12 2009-07-17 10:36:29

lshepard_fb
Administrator
Registered: 2008-08-05
Posts: 182

Re: Stream.publish suddenly stopped working?

Thanks for the reports everyone - we will be pushing a hotfix shortly.

Offline

 

#13 2009-07-17 12:15:56

llopis
Member
Registered: 2009-05-22
Posts: 11

Re: Stream.publish suddenly stopped working?

Phew! Good to hear. Can't wait for the fix!

Offline

 

#14 2009-07-17 13:27:47

zcox
Member
Registered: 2009-05-29
Posts: 10

Re: Stream.publish suddenly stopped working?

We started getting the 102 errors a few hours ago.  Our app posts a message to the user's stream, as well as our company's page.  So we would get two 102 errors, one for each publish attempt.

Now the post to the user's stream is working, but we now get a 200 error when publishing to our company's page. 

Just wanted to add some more info in case it helps Facebook get a fix out faster.

Offline

 

#15 2009-07-18 01:04:46

llopis
Member
Registered: 2009-05-22
Posts: 11

Re: Stream.publish suddenly stopped working?

Yes, it's finally fixed! Thanks FB!

Offline

 

#16 2009-07-18 04:18:17

zcox
Member
Registered: 2009-05-29
Posts: 10

Re: Stream.publish suddenly stopped working?

Yes thank you for fixing that, Facebook!

Offline

 

#17 2009-11-06 14:57:50

edward.kim
New Member
Registered: 2009-11-05
Posts: 3

Re: Stream.publish suddenly stopped working?

Is there a similar problem again?  I had a script that uses $facebook->api_client->stream_publish($message); in PHP working fine earlier this morning but it's no longer working.

Thanks!

Offline

 

#18 2009-11-20 03:01:42

tpittman
Member
Registered: 2009-06-15
Posts: 9

Re: Stream.publish suddenly stopped working?

Hi there,

I'm seeing this error still appearing... did anyone or Facebook manage to find a solution to this? 

Please, please help... I have trawled Google and all these Forums with no luck at all.

Thanks,

Travis.

Offline

 
  • Home
  •  » API
  •  » Stream.publish suddenly stopped working?

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson