salesforce-chatter

How to access to Reachability in MKNetworkKit-iOS or avoid duplicate symbols with own added Reachability?

流过昼夜 提交于 2019-12-25 02:32:36
问题 I am currently implementing iOS Salesforce Chatter integration into iPad app. When Salesforce Mobile SDK was added (inlcuding MKNetworkKit-iOS) I got duplicate error on Reachability.o. I understand that we have Reachability added into MKNewtorkKit-iOS, but I also have to have access to it from insdie my project. Currently I am accessing reachability (from within my code) by adding #import "Reachability.h" If I get read of Reachibility class from my project, I need to gain access to

Embedding client Id in chrome extension

余生颓废 提交于 2019-12-05 23:49:23
问题 I am building a chrome extension which will interact with salesforce-chatter api. But for a user using oAuth(User agent flow) authentication, I need to embed my client key in my extension. Will this cause any security problem? Or is there a way to use oAuth without embedding client id in my extension? 回答1: The client id has to be included into a request, so the provider knows that the request came from you, as @Matt Lacey already pointed out. Normally, the provider also issues a confidential