Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8385667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:43:52+00:00 2026-06-09T17:43:52+00:00

I am trying to get access to SocialCast’s API from PHP. They have just

  • 0

I am trying to get access to SocialCast’s API from PHP.
They have just one example, done with curl:

# Curl Example
curl -X POST -d 'password=demo&email=emily@socialcast.com' -v https://demo.socialcast.com/api/authentication.xml

How do I perform the login with PHP?

Here is the API documentation:
http://developers.socialcast.com/api-documentation/http-basic-authentication/#authentication_api_create

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T17:43:53+00:00Added an answer on June 9, 2026 at 5:43 pm

    You probably want to use php curl wrapper http://php.net/manual/en/book.curl.php

    Something like this:

     $ch = curl_init("https://demo.socialcast.com/api/authentication.xml");
     curl_setopt($ch, CURLOPT_POST, 1);
     curl_setopt($ch, CURLOPT_POSTFIELDS, "password=demo&email=emily@socialcast.com");
     curl_setopt($ch, CURLOPT_FOLLOWLOCATION , 1);
     curl_setopt($ch, CURLOPT_HEADER , 0);
     curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);  
     $resp = curl_exec($ch);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get the access token from the windows live connect api by
I am trying to get access token using from facebook graph API in my
I'm trying to get access to the Google Drive API using RestKit on iOS
i am trying to get access to whitepages using YQL. Unfortunately i don't have
I have a C extension (code below) in which I'm trying to get access
I am trying to get access token by following url https://api.twitter.com/oauth/request_token? oauth_consumer_key=vRtqh0KONqxr1C2knqv2A& oauth_nonce=0afa694efd3feee68ebc180f3858a9a3& oauth_signature=QgHBQ8OLBrjgwivzIfe4p9eBtaQ%3D&
I'm trying to have python delete some directories and I get access errors on
I have been madly trying to get access token for my users since long.
all info is an __NSCFDictionary and I'm trying to get access just to the
I'm trying to get the access token of my app using graph api, by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.