• tgulstine
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies

This is an intermittent problem but occurs more frequently now...

 

I am making calls to Chatter REST API to obtain feed items

 

https://na12.salesforce.com/services/data/v24.0/chatter/feeds/company/feed-items

 

and passing the OAuth access token in the HTTP header.  When the token is null I obtain a new access token.

 

The call to obtain a new access token always seems to work, but the subsequent call to get the feed items frequently fails with the (503) Server Unavailable message.

 

Why would the call fail intermittently?

This is an intermittent problem but occurs more frequently now...

 

I am making calls to Chatter REST API to obtain feed items

 

https://na12.salesforce.com/services/data/v24.0/chatter/feeds/company/feed-items

 

and passing the OAuth access token in the HTTP header.  When the token is null I obtain a new access token.

 

The call to obtain a new access token always seems to work, but the subsequent call to get the feed items frequently fails with the (503) Server Unavailable message.

 

Why would the call fail intermittently?

I am trying to define a Remote Access application in our development sandbox and my user profile has the "Manage Remote Access" user permission.  This is all that is required, according to https://na8.salesforce.com/help/doc/en/remoteaccess_define.htm, but I get the following error when clicking "New" under Setup | Develop | Remote Access.

 

Insufficient Privileges

You do not have the level of access ncessary to perform the operation you requested. Please contact te owner of the record or your administrator if access is necessary.

 

What additional permisison is required to do this?