Giter Club home page Giter Club logo

Comments (2)

themattharris avatar themattharris commented on June 30, 2024

Hey nateh,

When requesting direct messages it's important for your OAuth application has the correct permissions. Twitter requires your application has Read/Write and Direct Message access to be able to read a users DMs. You can check your application has this permission on it's settings page linked to from https://dev.twitter.com/apps . If you have to change the permission level remember to request an access token again.

More information on the permission model is on the developer resources site: https://dev.twitter.com/docs/application-permission-model

The other thing to note is your use of the tmhOAuth request. Any API request parameters must be sent as key => value pairs in the params array, not as data. In your case this means the line should look like:

$code = $tmhOAuth->request('GET', $tmhOAuth->url('1/direct_messages.json'), array(
    'count' => 1,
    'page' => 1'
));

Last thing, if you are getting errors please include the response body and HTTP codes which come back from the Twitter API. Knowing the error message which comes back can help me provide more accurate information.

Best
@themattharris

from tmhoauth.

nateh avatar nateh commented on June 30, 2024

Thank you Matt

Apologies I was away.

Yes I'm now getting a response but I had to drop the json in

url('1/direct_messages.json')

It returns json in any case.

Thanks for the help

from tmhoauth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.