0
votes
1answer
252 views

Handling working of PHP API key on webpage

I'm building a phpapi and in this api will be giving my clients API key generated for each client. So basically my client will be sending client id, his personal data(to be stored in DB) & an ...
1
vote
1answer
52 views

How to limit the number of responses in Stack.PHP?

How do I limit the number of results provided by Stack.PHP (a library wrapper over the Stackexchange API)? For example, how do I get the first 50 questions tagged with a keyword? The query I ...
2
votes
1answer
63 views

Stack.PHP does not seem to work on sites that are sub-domains of stackexchange.com

The documentation explains to crate objects using the site's url minus the TLD which appears to work fine. $service = new Post_Exchange('gamedev', null, 0); returns what appears to be a valid ...