Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We are trying to send the notification to an Android App about any event generated in salesfoece(Like creating an account), using the Google's GCM(Google Cloud Messaging). Here is the link that tell about the GCM ,

http://developer.android.com/guide/google/gcm/gs.html#android-app

I m using Eclipse for creating Android App and my GCM server gave me the SenderID and API key.

But the problem is , How can I use Salesforce as my 3rd Party Application,from where the notifications are generated.

share|improve this question

1 Answer

You will likely need to monitor the API for events from salesforce by polling; otherwise you might be able to get events sent to a specific URL. I'm not positive that you can specifically send a push notification from salesforce itself.

However, with your application you should be able to build in some middleware to handle that.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.