Social Changes
Social
Added SLRequest.account
Modified SLRequest
| Introduction | |
|---|---|
| From | OS X 10.10 |
| To | OS X 10.8 |
Modified SLRequest.init(forServiceType: String!, requestMethod: SLRequestMethod, URL: NSURL!, parameters:[NSObject: AnyObject]!)
| Declaration | |
|---|---|
| From | init(forServiceType serviceType: String!, requestMethod requestMethod: SLRequestMethod, URL url: NSURL!, parameters parameters: [NSObject : AnyObject]!) -> SLRequest |
| To | init!(forServiceType serviceType: String!, requestMethod requestMethod: SLRequestMethod, URL url: NSURL!, parameters parameters: [NSObject : AnyObject]!) -> SLRequest |
Modified SLServiceTypeFacebook
| Declaration | Introduction | |
|---|---|---|
| From | let SLServiceTypeFacebook: NSString! | OS X 10.10 |
| To | let SLServiceTypeFacebook: String | OS X 10.8 |
Modified SLServiceTypeLinkedIn
| Declaration | Introduction | |
|---|---|---|
| From | let SLServiceTypeLinkedIn: NSString! | OS X 10.10 |
| To | let SLServiceTypeLinkedIn: String | OS X 10.9 |
Modified SLServiceTypeSinaWeibo
| Declaration | Introduction | |
|---|---|---|
| From | let SLServiceTypeSinaWeibo: NSString! | OS X 10.10 |
| To | let SLServiceTypeSinaWeibo: String | OS X 10.8 |
Modified SLServiceTypeTencentWeibo
| Declaration | Introduction | |
|---|---|---|
| From | let SLServiceTypeTencentWeibo: NSString! | OS X 10.10 |
| To | let SLServiceTypeTencentWeibo: String | OS X 10.9 |
Modified SLServiceTypeTwitter
| Declaration | Introduction | |
|---|---|---|
| From | let SLServiceTypeTwitter: NSString! | OS X 10.10 |
| To | let SLServiceTypeTwitter: String | OS X 10.8 |