Click here to Skip to main content
15,885,216 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
QuestionProblem receiving arabic emails Pin
Jassim Rahma27-Oct-11 7:38
Jassim Rahma27-Oct-11 7:38 
AnswerRe: Problem receiving arabic emails PinPopular
Graham Breach27-Oct-11 9:26
Graham Breach27-Oct-11 9:26 
QuestionHow to make a Cloud text from database Pin
Jassim Rahma26-Oct-11 10:58
Jassim Rahma26-Oct-11 10:58 
AnswerRe: How to make a Cloud text from database Pin
User 171649226-Oct-11 11:39
professionalUser 171649226-Oct-11 11:39 
QuestionFacebook-Like modal box Pin
Jassim Rahma25-Oct-11 6:26
Jassim Rahma25-Oct-11 6:26 
AnswerRe: Facebook-Like modal box Pin
Mohibur Rashid25-Oct-11 15:40
professionalMohibur Rashid25-Oct-11 15:40 
Questionsignature_invalid in Google API Pin
Paresh146225-Oct-11 2:36
Paresh146225-Oct-11 2:36 
AnswerRe: signature_invalid in Google API Pin
Niall Barr26-Oct-11 3:21
professionalNiall Barr26-Oct-11 3:21 
You need to be very careful while doing this sort of thing - any little errors are going to break it, and can be hard to track down. A few I've spotted are:

  • You have the 'scope' parameter out of sequence when building the data to sign. Data must be ordered alphabetically by key for the oauth signature to be correct.

  • You use "GET" as a parameter for calculateBaseString although you're using POST

  • You miss out the & delimiter when adding the oauth_signature

  • You call curl_setopt($ch, CURLOPT_POSTFIELDS twice, overwriting the OAuth signed data with a single parameter.


It's very possible there are other errors I've not spotted.

Niall
Questiondata was not displayed in the application in the correct format. Pin
Honeyboy_2025-Oct-11 1:01
Honeyboy_2025-Oct-11 1:01 
AnswerRe: data was not displayed in the application in the correct format. Pin
cjoki4-Nov-11 10:30
cjoki4-Nov-11 10:30 
QuestionBest Practices - mysql calls Pin
Dwayner7920-Oct-11 13:59
Dwayner7920-Oct-11 13:59 
AnswerRe: Best Practices - mysql calls Pin
Mohibur Rashid21-Oct-11 0:02
professionalMohibur Rashid21-Oct-11 0:02 
GeneralRe: Best Practices - mysql calls Pin
Dwayner7923-Oct-11 7:40
Dwayner7923-Oct-11 7:40 
GeneralRe: Best Practices - mysql calls Pin
Mohibur Rashid23-Oct-11 12:05
professionalMohibur Rashid23-Oct-11 12:05 
QuestionUsing MSSQL stored procedure with codeigniter Pin
noadek20-Oct-11 6:43
noadek20-Oct-11 6:43 
QuestionAverage Disk Queue Length In Linux Pin
ReaperDR17-Oct-11 2:52
ReaperDR17-Oct-11 2:52 
JokeRe: Average Disk Queue Length In Linux Pin
Albert Holguin17-Oct-11 4:00
professionalAlbert Holguin17-Oct-11 4:00 
GeneralRe: Average Disk Queue Length In Linux Pin
ReaperDR17-Oct-11 15:27
ReaperDR17-Oct-11 15:27 
JokeRe: Average Disk Queue Length In Linux Pin
AspDotNetDev14-Nov-11 10:03
protectorAspDotNetDev14-Nov-11 10:03 
QuestionVisual Studio for PHP!! Pin
Jassim Rahma16-Oct-11 5:00
Jassim Rahma16-Oct-11 5:00 
AnswerRe: Visual Studio for PHP!! Pin
Graham Breach16-Oct-11 5:12
Graham Breach16-Oct-11 5:12 
AnswerRe: Visual Studio for PHP!! Pin
Mohibur Rashid17-Oct-11 18:43
professionalMohibur Rashid17-Oct-11 18:43 
AnswerRe: Visual Studio for PHP!! Pin
User 171649217-Oct-11 22:27
professionalUser 171649217-Oct-11 22:27 
GeneralRe: Visual Studio for PHP!! Pin
Jassim Rahma19-Oct-11 0:11
Jassim Rahma19-Oct-11 0:11 
GeneralRe: Visual Studio for PHP!! Pin
User 171649219-Oct-11 1:13
professionalUser 171649219-Oct-11 1:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.